日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程语言 > php >内容正文

php

php exeil导入,反编译工具ILSpy.exe

發(fā)布時間:2023/12/10 php 43 豆豆
生活随笔 收集整理的這篇文章主要介紹了 php exeil导入,反编译工具ILSpy.exe 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

【實例簡介】

反編譯工具ILSpy.exe:是個很不錯的反編譯軟件,而且是免費了;

【實例截圖】

【核心代碼】

ilspyzwb_xpgod

└── ILSpycn

├── ILSpy_ha

│?? ├── Debugger.Core.dll

│?? ├── ICSharpCode.AvalonEdit.dll

│?? ├── ICSharpCode.Decompiler.dll

│?? ├── ICSharpCode.NRefactory.CSharp.dll

│?? ├── ICSharpCode.NRefactory.dll

│?? ├── ICSharpCode.NRefactory.VB.dll

│?? ├── ICSharpCode.TreeView.dll

│?? ├── ILSpy.BamlDecompiler.Plugin.dll

│?? ├── ILSpy.Debugger.Plugin.dll

│?? ├── ILSpy.exe

│?? ├── ILSpy.exe.config

│?? ├── ILSpy.SharpDevelop.LGPL.dll

│?? ├── Mono.Cecil.dll

│?? └── Mono.Cecil.Pdb.dll

└── 源代碼包

├── AvalonEdit

│?? ├── copyright.txt

│?? ├── Documentation

│?? │?? ├── Architecture.aml

│?? │?? ├── Code Completion.aml

│?? │?? ├── Coordinate Systems.aml

│?? │?? ├── Folding.aml

│?? │?? ├── ICSharpCode.AvalonEdit.content

│?? │?? ├── ICSharpCode.AvalonEdit.shfbproj

│?? │?? ├── License.html

│?? │?? ├── Media

│?? │?? │?? ├── NamespaceDependencies.png

│?? │?? │?? ├── RenderingPipeline.png

│?? │?? │?? ├── VisualTree.png

│?? │?? │?? └── WelcomeScreenshot.png

│?? │?? ├── Sample Application.aml

│?? │?? ├── Syntax Highlighting.aml

│?? │?? ├── Text Rendering.aml

│?? │?? └── Welcome.aml

│?? ├── ICSharpCode.AvalonEdit

│?? │?? ├── AvalonEditCommands.cs

│?? │?? ├── CodeCompletion

│?? │?? │?? ├── CompletionListBox.cs

│?? │?? │?? ├── CompletionList.cs

│?? │?? │?? ├── CompletionList.xaml

│?? │?? │?? ├── CompletionWindowBase.cs

│?? │?? │?? ├── CompletionWindow.cs

│?? │?? │?? ├── ICompletionData.cs

│?? │?? │?? ├── InsightWindow.cs

│?? │?? │?? ├── InsightWindow.xaml

│?? │?? │?? ├── IOverloadProvider.cs

│?? │?? │?? ├── OverloadInsightWindow.cs

│?? │?? │?? └── OverloadViewer.cs

│?? │?? ├── Document

│?? │?? │?? ├── ChangeTrackingCheckpoint.cs

│?? │?? │?? ├── DocumentChangeEventArgs.cs

│?? │?? │?? ├── DocumentChangeOperation.cs

│?? │?? │?? ├── DocumentLine.cs

│?? │?? │?? ├── DocumentLineTree.cs

│?? │?? │?? ├── GapTextBuffer.cs

│?? │?? │?? ├── ILineTracker.cs

│?? │?? │?? ├── ISegment.cs

│?? │?? │?? ├── ITextSource.cs

│?? │?? │?? ├── IUndoableOperation.cs

│?? │?? │?? ├── LineManager.cs

│?? │?? │?? ├── LineNode.cs

│?? │?? │?? ├── NewLineFinder.cs

│?? │?? │?? ├── OffsetChangeMap.cs

│?? │?? │?? ├── TextAnchor.cs

│?? │?? │?? ├── TextAnchorNode.cs

│?? │?? │?? ├── TextAnchorTree.cs

│?? │?? │?? ├── TextDocument.cs

│?? │?? │?? ├── TextDocumentWeakEventManager.cs

│?? │?? │?? ├── TextLocation.cs

│?? │?? │?? ├── TextSegmentCollection.cs

│?? │?? │?? ├── TextSegment.cs

│?? │?? │?? ├── TextUtilities.cs

│?? │?? │?? ├── UndoOperationGroup.cs

│?? │?? │?? ├── UndoStack.cs

│?? │?? │?? └── WeakLineTracker.cs

│?? │?? ├── Editing

│?? │?? │?? ├── AbstractMargin.cs

│?? │?? │?? ├── Caret.cs

│?? │?? │?? ├── CaretLayer.cs

│?? │?? │?? ├── CaretNavigationCommandHandler.cs

│?? │?? │?? ├── CaretWeakEventHandler.cs

│?? │?? │?? ├── DottedLineMargin.cs

│?? │?? │?? ├── DragDropException.cs

│?? │?? │?? ├── EditingCommandHandler.cs

│?? │?? │?? ├── EmptySelection.cs

│?? │?? │?? ├── IReadOnlySectionProvider.cs

│?? │?? │?? ├── LineNumberMargin.cs

│?? │?? │?? ├── NoReadOnlySections.cs

│?? │?? │?? ├── RectangleSelection.cs

│?? │?? │?? ├── SelectionColorizer.cs

│?? │?? │?? ├── Selection.cs

│?? │?? │?? ├── SelectionLayer.cs

│?? │?? │?? ├── SelectionMouseHandler.cs

│?? │?? │?? ├── SelectionSegment.cs

│?? │?? │?? ├── SimpleSelection.cs

│?? │?? │?? ├── TextArea.cs

│?? │?? │?? ├── TextAreaDefaultInputHandlers.cs

│?? │?? │?? ├── TextAreaInputHandler.cs

│?? │?? │?? └── TextSegmentReadOnlySectionProvider.cs

│?? │?? ├── Folding

│?? │?? │?? ├── AbstractFoldingStrategy.cs

│?? │?? │?? ├── FoldingElementGenerator.cs

│?? │?? │?? ├── FoldingManager.cs

│?? │?? │?? ├── FoldingMargin.cs

│?? │?? │?? ├── FoldingMarginMarker.cs

│?? │?? │?? ├── FoldingSection.cs

│?? │?? │?? ├── NewFolding.cs

│?? │?? │?? └── XmlFoldingStrategy.cs

│?? │?? ├── Highlighting

│?? │?? │?? ├── DocumentHighlighter.cs

│?? │?? │?? ├── HighlightedInlineBuilder.cs

│?? │?? │?? ├── HighlightedLine.cs

│?? │?? │?? ├── HighlightedSection.cs

│?? │?? │?? ├── HighlightingBrush.cs

│?? │?? │?? ├── HighlightingColor.cs

│?? │?? │?? ├── HighlightingColorizer.cs

│?? │?? │?? ├── HighlightingDefinitionInvalidException.cs

│?? │?? │?? ├── HighlightingDefinitionTypeConverter.cs

│?? │?? │?? ├── HighlightingManager.cs

│?? │?? │?? ├── HighlightingRule.cs

│?? │?? │?? ├── HighlightingRuleSet.cs

│?? │?? │?? ├── HighlightingSpan.cs

│?? │?? │?? ├── HtmlClipboard.cs

│?? │?? │?? ├── IHighlighter.cs

│?? │?? │?? ├── IHighlightingDefinition.cs

│?? │?? │?? ├── IHighlightingDefinitionReferenceResolver.cs

│?? │?? │?? ├── Resources

│?? │?? │?? │?? ├── ASPX.xshd

│?? │?? │?? │?? ├── Boo.xshd

│?? │?? │?? │?? ├── Coco-Mode.xshd

│?? │?? │?? │?? ├── CPP-Mode.xshd

│?? │?? │?? │?? ├── CSharp-Mode.xshd

│?? │?? │?? │?? ├── CSS-Mode.xshd

│?? │?? │?? │?? ├── HTML-Mode.xshd

│?? │?? │?? │?? ├── Java-Mode.xshd

│?? │?? │?? │?? ├── JavaScript-Mode.xshd

│?? │?? │?? │?? ├── ModeV1.xsd

│?? │?? │?? │?? ├── ModeV2.xsd

│?? │?? │?? │?? ├── Patch-Mode.xshd

│?? │?? │?? │?? ├── PHP-Mode.xshd

│?? │?? │?? │?? ├── Resources.cs

│?? │?? │?? │?? ├── Tex-Mode.xshd

│?? │?? │?? │?? ├── VBNET-Mode.xshd

│?? │?? │?? │?? ├── XmlDoc.xshd

│?? │?? │?? │?? └── XML-Mode.xshd

│?? │?? │?? └── Xshd

│?? │?? │?? ├── HighlightingLoader.cs

│?? │?? │?? ├── IXshdVisitor.cs

│?? │?? │?? ├── SaveXshdVisitor.cs

│?? │?? │?? ├── V1Loader.cs

│?? │?? │?? ├── V2Loader.cs

│?? │?? │?? ├── XmlHighlightingDefinition.cs

│?? │?? │?? ├── XshdColor.cs

│?? │?? │?? ├── XshdElement.cs

│?? │?? │?? ├── XshdImport.cs

│?? │?? │?? ├── XshdKeywords.cs

│?? │?? │?? ├── XshdReference.cs

│?? │?? │?? ├── XshdRule.cs

│?? │?? │?? ├── XshdRuleSet.cs

│?? │?? │?? ├── XshdSpan.cs

│?? │?? │?? └── XshdSyntaxDefinition.cs

│?? │?? ├── ICSharpCode.AvalonEdit.csproj

│?? │?? ├── ICSharpCode.AvalonEdit.snk

│?? │?? ├── Indentation

│?? │?? │?? ├── CSharp

│?? │?? │?? │?? ├── CSharpIndentationStrategy.cs

│?? │?? │?? │?? ├── DocumentAccessor.cs

│?? │?? │?? │?? └── IndentationReformatter.cs

│?? │?? │?? ├── DefaultIndentationStrategy.cs

│?? │?? │?? └── IIndentationStrategy.cs

│?? │?? ├── Properties

│?? │?? │?? ├── AssemblyInfo.cs

│?? │?? │?? ├── CodeAnalysisDictionary.xml

│?? │?? │?? └── GlobalAssemblyInfo.cs

│?? │?? ├── Rendering

│?? │?? │?? ├── BackgroundGeometryBuilder.cs

│?? │?? │?? ├── CollapsedLineSection.cs

│?? │?? │?? ├── ColorizingTransformer.cs

│?? │?? │?? ├── DocumentColorizingTransformer.cs

│?? │?? │?? ├── FormattedTextElement.cs

│?? │?? │?? ├── GlobalTextRunProperties.cs

│?? │?? │?? ├── HeightTree.cs

│?? │?? │?? ├── HeightTreeLineNode.cs

│?? │?? │?? ├── HeightTreeNode.cs

│?? │?? │?? ├── IBackgroundRenderer.cs

│?? │?? │?? ├── InlineObjectRun.cs

│?? │?? │?? ├── ITextRunConstructionContext.cs

│?? │?? │?? ├── ITextViewConnect.cs

│?? │?? │?? ├── IVisualLineTransformer.cs

│?? │?? │?? ├── Layer.cs

│?? │?? │?? ├── LayerPosition.cs

│?? │?? │?? ├── LinkElementGenerator.cs

│?? │?? │?? ├── MouseHoverLogic.cs

│?? │?? │?? ├── SimpleTextSource.cs

│?? │?? │?? ├── SingleCharacterElementGenerator.cs

│?? │?? │?? ├── TextLayer.cs

│?? │?? │?? ├── TextViewCachedElements.cs

│?? │?? │?? ├── TextView.cs

│?? │?? │?? ├── TextViewWeakEventManager.cs

│?? │?? │?? ├── VisualLineConstructionStartEventArgs.cs

│?? │?? │?? ├── VisualLine.cs

│?? │?? │?? ├── VisualLineElement.cs

│?? │?? │?? ├── VisualLineElementGenerator.cs

│?? │?? │?? ├── VisualLineElementTextRunProperties.cs

│?? │?? │?? ├── VisualLineLinkText.cs

│?? │?? │?? ├── VisualLinesInvalidException.cs

│?? │?? │?? ├── VisualLineText.cs

│?? │?? │?? ├── VisualLineTextParagraphProperties.cs

│?? │?? │?? ├── VisualLineTextSource.cs

│?? │?? │?? └── VisualYPosition.cs

│?? │?? ├── Search

│?? │?? │?? ├── DropDownButton.cs

│?? │?? │?? ├── DropDownButton.xaml

│?? │?? │?? ├── ISearchStrategy.cs

│?? │?? │?? ├── Localization.cs

│?? │?? │?? ├── next.png

│?? │?? │?? ├── prev.png

│?? │?? │?? ├── RegexSearchStrategy.cs

│?? │?? │?? ├── SearchCommands.cs

│?? │?? │?? ├── SearchPanel.cs

│?? │?? │?? ├── SearchPanel.xaml

│?? │?? │?? ├── SearchResultBackgroundRenderer.cs

│?? │?? │?? └── SearchStrategyFactory.cs

│?? │?? ├── Snippets

│?? │?? │?? ├── IActiveElement.cs

│?? │?? │?? ├── InsertionContext.cs

│?? │?? │?? ├── SnippetAnchorElement.cs

│?? │?? │?? ├── SnippetBoundElement.cs

│?? │?? │?? ├── SnippetCaretElement.cs

│?? │?? │?? ├── SnippetContainerElement.cs

│?? │?? │?? ├── Snippet.cs

│?? │?? │?? ├── SnippetElement.cs

│?? │?? │?? ├── SnippetEventArgs.cs

│?? │?? │?? ├── SnippetInputHandler.cs

│?? │?? │?? ├── SnippetReplaceableTextElement.cs

│?? │?? │?? ├── SnippetSelectionElement.cs

│?? │?? │?? └── SnippetTextElement.cs

│?? │?? ├── TextEditorAutomationPeer.cs

│?? │?? ├── TextEditorComponent.cs

│?? │?? ├── TextEditor.cs

│?? │?? ├── TextEditorOptions.cs

│?? │?? ├── TextEditorWeakEventManager.cs

│?? │?? ├── TextEditor.xaml

│?? │?? ├── TextViewPosition.cs

│?? │?? ├── themes

│?? │?? │?? ├── generic.xaml

│?? │?? │?? └── RightArrow.cur

│?? │?? ├── Utils

│?? │?? │?? ├── Boxes.cs

│?? │?? │?? ├── BusyManager.cs

│?? │?? │?? ├── CallbackOnDispose.cs

│?? │?? │?? ├── CharRope.cs

│?? │?? │?? ├── CompressingTreeList.cs

│?? │?? │?? ├── Constants.cs

│?? │?? │?? ├── DelayedEvents.cs

│?? │?? │?? ├── Deque.cs

│?? │?? │?? ├── Empty.cs

│?? │?? │?? ├── ExtensionMethods.cs

│?? │?? │?? ├── FileReader.cs

│?? │?? │?? ├── ImmutableStack.cs

│?? │?? │?? ├── NullSafeCollection.cs

│?? │?? │?? ├── ObserveAddRemoveCollection.cs

│?? │?? │?? ├── PixelSnapHelpers.cs

│?? │?? │?? ├── PropertyChangedWeakEventManager.cs

│?? │?? │?? ├── Rope.cs

│?? │?? │?? ├── RopeNode.cs

│?? │?? │?? ├── RopeTextReader.cs

│?? │?? │?? ├── StringSegment.cs

│?? │?? │?? ├── TextFormatterFactory.cs

│?? │?? │?? ├── ThrowUtil.cs

│?? │?? │?? ├── WeakEventManagerBase.cs

│?? │?? │?? └── Win32.cs

│?? │?? └── Xml

│?? │?? ├── AbstractAXmlVisitor.cs

│?? │?? ├── AXmlAttributeCollection.cs

│?? │?? ├── AXmlAttribute.cs

│?? │?? ├── AXmlContainer.cs

│?? │?? ├── AXmlDocument.cs

│?? │?? ├── AXmlElement.cs

│?? │?? ├── AXmlObjectCollection.cs

│?? │?? ├── AXmlObject.cs

│?? │?? ├── AXmlObjectEventArgs.cs

│?? │?? ├── AXmlParser.cs

│?? │?? ├── AXmlTag.cs

│?? │?? ├── AXmlText.cs

│?? │?? ├── CanonicalPrintAXmlVisitor.cs

│?? │?? ├── ExtensionMethods.cs

│?? │?? ├── FilteredCollection.cs

│?? │?? ├── IAXmlVisitor.cs

│?? │?? ├── InternalException.cs

│?? │?? ├── MergedCollection.cs

│?? │?? ├── PrettyPrintAXmlVisitor.cs

│?? │?? ├── SyntaxError.cs

│?? │?? ├── TagMatchingHeuristics.cs

│?? │?? ├── TagReader.cs

│?? │?? ├── TextType.cs

│?? │?? ├── TokenReader.cs

│?? │?? └── TrackedSegmentCollection.cs

│?? ├── ICSharpCode.AvalonEdit.Tests

│?? │?? ├── app.config

│?? │?? ├── Document

│?? │?? │?? ├── ChangeTrackingTest.cs

│?? │?? │?? ├── CollapsingTests.cs

│?? │?? │?? ├── HeightTests.cs

│?? │?? │?? ├── LineManagerTests.cs

│?? │?? │?? ├── RandomizedLineManagerTest.cs

│?? │?? │?? ├── TextAnchorTest.cs

│?? │?? │?? ├── TextSegmentTreeTest.cs

│?? │?? │?? └── TextUtilitiesTests.cs

│?? │?? ├── Editing

│?? │?? │?? ├── ChangeDocumentTests.cs

│?? │?? │?? └── TextSegmentReadOnlySectionTests.cs

│?? │?? ├── Highlighting

│?? │?? │?? └── HtmlClipboardTests.cs

│?? │?? ├── ICSharpCode.AvalonEdit.Tests.csproj

│?? │?? ├── ICSharpCode.AvalonEdit.Tests.PartCover.Settings

│?? │?? ├── Properties

│?? │?? │?? └── AssemblyInfo.cs

│?? │?? ├── Search

│?? │?? │?? └── FindTests.cs

│?? │?? ├── Utils

│?? │?? │?? ├── CaretNavigationTests.cs

│?? │?? │?? ├── CompressingTreeListTests.cs

│?? │?? │?? ├── ExtensionMethodsTests.cs

│?? │?? │?? ├── IndentationStringTests.cs

│?? │?? │?? └── RopeTests.cs

│?? │?? ├── WeakReferenceTests.cs

│?? │?? └── XmlParser

│?? │?? ├── ParserTests.cs

│?? │?? ├── TextReplacementTests.cs

│?? │?? └── W3C.zip

│?? └── license.txt

├── BuildTools

│?? ├── Automated.proj

│?? ├── buildAndCreatePackage.bat

│?? ├── MSBuildCommunityTasks

│?? │?? ├── ICSharpCode.SharpZipLib.dll

│?? │?? ├── MSBuild.Community.Tasks.dll

│?? │?? ├── MSBuild.Community.Tasks.Targets

│?? │?? └── Sample.proj

│?? └── UpdateAssemblyInfo

│?? ├── bin

│?? │?? └── Debug

│?? │?? ├── UpdateAssemblyInfo.exe

│?? │?? └── UpdateAssemblyInfo.pdb

│?? ├── Main.cs

│?? ├── obj

│?? │?? └── Debug

│?? │?? ├── UpdateAssemblyInfo.csproj.FileListAbsolute.txt

│?? │?? ├── UpdateAssemblyInfo.csprojResolveAssemblyReference.cache

│?? │?? ├── UpdateAssemblyInfo.exe

│?? │?? └── UpdateAssemblyInfo.pdb

│?? ├── UpdateAssemblyInfo.csproj

│?? └── UpdateAssemblyInfo.sln

├── clean.bat

├── debugbuild.bat

├── Debugger

│?? ├── Debugger.Core

│?? │?? ├── AppDomainCollection.cs

│?? │?? ├── AppDomain.cs

│?? │?? ├── ArrayDimension.cs

│?? │?? ├── ArrayDimensions.cs

│?? │?? ├── BreakpointCollection.cs

│?? │?? ├── Breakpoint.cs

│?? │?? ├── CollectionWithEvents.cs

│?? │?? ├── DebuggeeState.cs

│?? │?? ├── Debugger.Core.csproj

│?? │?? ├── Debugger.Core.shfb

│?? │?? ├── DebuggerException.cs

│?? │?? ├── DebuggerObject.cs

│?? │?? ├── EvalCollection.cs

│?? │?? ├── Eval.cs

│?? │?? ├── Exception.cs

│?? │?? ├── ExceptionType.cs

│?? │?? ├── GetValueException.cs

│?? │?? ├── Interop

│?? │?? │?? ├── Common.cs

│?? │?? │?? ├── CorDebug.cs

│?? │?? │?? ├── CorDebugExtensionMethods.cs

│?? │?? │?? ├── CorDebugExtensionMethods.generated.cs

│?? │?? │?? ├── CorPublish.cs

│?? │?? │?? ├── CorPublishExtensionMethods.cs

│?? │?? │?? ├── CorPublishExtensionMethods.generated.cs

│?? │?? │?? ├── CorSym.cs

│?? │?? │?? ├── CorSymExtensionMethods.cs

│?? │?? │?? ├── CorSymExtensionMethods.generated.cs

│?? │?? │?? ├── MetaData.cs

│?? │?? │?? ├── MetaDataWrapper.cs

│?? │?? │?? ├── MTA2STA.cs

│?? │?? │?? ├── NativeMethods.cs

│?? │?? │?? ├── TrackedComObjects.cs

│?? │?? │?? └── Util.cs

│?? │?? ├── ManagedCallback.cs

│?? │?? ├── ManagedCallbackProxy.cs

│?? │?? ├── ManagedCallbackSwitch.cs

│?? │?? ├── MetaData

│?? │?? │?? ├── DebugConstructorInfo.cs

│?? │?? │?? ├── DebugFieldInfo.cs

│?? │?? │?? ├── DebugLocalVariableInfo.cs

│?? │?? │?? ├── DebugMethodInfo.cs

│?? │?? │?? ├── DebugParameterInfo.cs

│?? │?? │?? ├── DebugPropertyInfo.cs

│?? │?? │?? ├── DebugType.cs

│?? │?? │?? ├── IDebugMemberInfo.cs

│?? │?? │?? └── IOverloadable.cs

│?? │?? ├── ModuleCollection.cs

│?? │?? ├── Module.cs

│?? │?? ├── Mono.Cecil

│?? │?? │?? ├── Mono.Cecil

│?? │?? │?? │?? ├── MethodCallingConvention.cs

│?? │?? │?? │?? └── ReflectionException.cs

│?? │?? │?? ├── Mono.Cecil.Binary

│?? │?? │?? │?? └── ImageFormatException.cs

│?? │?? │?? ├── Mono.Cecil.Metadata

│?? │?? │?? │?? ├── CodedIndex.cs

│?? │?? │?? │?? ├── ElementType.cs

│?? │?? │?? │?? ├── MetadataFormatException.cs

│?? │?? │?? │?? ├── MetadataToken.cs

│?? │?? │?? │?? ├── TokenType.cs

│?? │?? │?? │?? └── Utilities.cs

│?? │?? │?? └── Mono.Cecil.Signatures

│?? │?? │?? ├── Array.cs

│?? │?? │?? ├── ArrayShape.cs

│?? │?? │?? ├── BaseSignatureVisitor.cs

│?? │?? │?? ├── Class.cs

│?? │?? │?? ├── Constraint.cs

│?? │?? │?? ├── CustomAttrib.cs

│?? │?? │?? ├── CustomMod.cs

│?? │?? │?? ├── FieldSig.cs

│?? │?? │?? ├── FnPtr.cs

│?? │?? │?? ├── GenericArg.cs

│?? │?? │?? ├── GenericInst.cs

│?? │?? │?? ├── GenericInstSignature.cs

│?? │?? │?? ├── InputOutputItem.cs

│?? │?? │?? ├── ISignatureVisitable.cs

│?? │?? │?? ├── ISignatureVisitor.cs

│?? │?? │?? ├── LocalVarSig.cs

│?? │?? │?? ├── MarshalSig.cs

│?? │?? │?? ├── MethodDefSig.cs

│?? │?? │?? ├── MethodRefSig.cs

│?? │?? │?? ├── MethodSig.cs

│?? │?? │?? ├── MethodSpec.cs

│?? │?? │?? ├── MVar.cs

│?? │?? │?? ├── Param.cs

│?? │?? │?? ├── PropertySig.cs

│?? │?? │?? ├── Ptr.cs

│?? │?? │?? ├── RetType.cs

│?? │?? │?? ├── Signature.cs

│?? │?? │?? ├── SignatureReader.cs

│?? │?? │?? ├── SignatureWriter.cs

│?? │?? │?? ├── SigType.cs

│?? │?? │?? ├── SzArray.cs

│?? │?? │?? ├── TypeSpec.cs

│?? │?? │?? ├── ValueType.cs

│?? │?? │?? └── Var.cs

│?? │?? ├── NDebugger.cs

│?? │?? ├── NRefactory

│?? │?? │?? ├── Ast

│?? │?? │?? │?? └── ExpressionExtensionMethods.cs

│?? │?? │?? └── Visitors

│?? │?? │?? └── ExpressionEvaluator.cs

│?? │?? ├── Options.cs

│?? │?? ├── PausedReason.cs

│?? │?? ├── PauseSession.cs

│?? │?? ├── ProcessCollection.cs

│?? │?? ├── Process.cs

│?? │?? ├── ProcessEventArgs.cs

│?? │?? ├── Properties

│?? │?? │?? └── AssemblyInfo.cs

│?? │?? ├── SourcecodeSegment.cs

│?? │?? ├── StackFrame.cs

│?? │?? ├── Stepper.cs

│?? │?? ├── Stepping.txt

│?? │?? ├── Tests

│?? │?? │?? ├── ExpandAttribute.cs

│?? │?? │?? ├── IgnoreAttribute.cs

│?? │?? │?? └── IgnoreOnExceptionAttribute.cs

│?? │?? ├── ThreadCollection.cs

│?? │?? ├── Thread.cs

│?? │?? └── Value.cs

│?? └── ILSpy.Debugger

│?? ├── Commands

│?? │?? ├── BreakpointCommand.cs

│?? │?? └── DebuggerCommands.cs

│?? ├── DebuggerSettings.cs

│?? ├── ILSpy.Debugger.csproj

│?? ├── Images

│?? │?? ├── application-x-executable.png

│?? │?? ├── Break.png

│?? │?? ├── Breakpoint.png

│?? │?? ├── ContinueDebugging.png

│?? │?? ├── CurrentLine.png

│?? │?? ├── DeleteAllBreakpoints.PNG

│?? │?? ├── Icons.16x16.Class.png

│?? │?? ├── Icons.16x16.Delegate.png

│?? │?? ├── Icons.16x16.Enum.png

│?? │?? ├── Icons.16x16.Event.png

│?? │?? ├── Icons.16x16.ExtensionMethod.png

│?? │?? ├── Icons.16x16.Field.png

│?? │?? ├── Icons.16x16.Indexer.png

│?? │?? ├── Icons.16x16.Interface.png

│?? │?? ├── Icons.16x16.InternalClass.png

│?? │?? ├── Icons.16x16.InternalDelegate.png

│?? │?? ├── Icons.16x16.InternalEnum.png

│?? │?? ├── Icons.16x16.InternalEvent.png

│?? │?? ├── Icons.16x16.InternalExtensionMethod.png

│?? │?? ├── Icons.16x16.InternalField.png

│?? │?? ├── Icons.16x16.InternalIndexer.png

│?? │?? ├── Icons.16x16.InternalInterface.png

│?? │?? ├── Icons.16x16.InternalMethod.png

│?? │?? ├── Icons.16x16.InternalProperty.png

│?? │?? ├── Icons.16x16.InternalStruct.png

│?? │?? ├── Icons.16x16.Keyword.png

│?? │?? ├── Icons.16x16.Literal.png

│?? │?? ├── Icons.16x16.Local.png

│?? │?? ├── Icons.16x16.Method.png

│?? │?? ├── Icons.16x16.NameSpace.png

│?? │?? ├── Icons.16x16.Operator.png

│?? │?? ├── Icons.16x16.Parameter.png

│?? │?? ├── Icons.16x16.PrivateClass.png

│?? │?? ├── Icons.16x16.PrivateDelegate.png

│?? │?? ├── Icons.16x16.PrivateEnum.png

│?? │?? ├── Icons.16x16.PrivateEvent.png

│?? │?? ├── Icons.16x16.PrivateExtensionMethod.png

│?? │?? ├── Icons.16x16.PrivateField.png

│?? │?? ├── Icons.16x16.PrivateIndexer.png

│?? │?? ├── Icons.16x16.PrivateInterface.png

│?? │?? ├── Icons.16x16.PrivateMethod.png

│?? │?? ├── Icons.16x16.PrivateProperty.png

│?? │?? ├── Icons.16x16.PrivateStruct.png

│?? │?? ├── Icons.16x16.Property.png

│?? │?? ├── Icons.16x16.ProtectedClass.png

│?? │?? ├── Icons.16x16.ProtectedDelegate.png

│?? │?? ├── Icons.16x16.ProtectedEnum.png

│?? │?? ├── Icons.16x16.ProtectedEvent.png

│?? │?? ├── Icons.16x16.ProtectedExtensionMethod.png

│?? │?? ├── Icons.16x16.ProtectedField.png

│?? │?? ├── Icons.16x16.ProtectedIndexer.png

│?? │?? ├── Icons.16x16.ProtectedInterface.png

│?? │?? ├── Icons.16x16.ProtectedMethod.png

│?? │?? ├── Icons.16x16.ProtectedProperty.png

│?? │?? ├── Icons.16x16.ProtectedStruct.png

│?? │?? ├── Icons.16x16.Reference.png

│?? │?? ├── Icons.16x16.Struct.png

│?? │?? ├── StepInto.png

│?? │?? ├── StepOut.png

│?? │?? └── StepOver.png

│?? ├── Models

│?? │?? ├── RunningProcess.cs

│?? │?? └── TreeModel

│?? │?? ├── ArrayRangeNode.cs

│?? │?? ├── ChildNodesOfObject.cs

│?? │?? ├── ExpressionNode.cs

│?? │?? ├── ICorDebug.cs

│?? │?? ├── IEnumerableNode.cs

│?? │?? ├── IListNode.cs

│?? │?? ├── ISetText.cs

│?? │?? ├── ITreeNode.cs

│?? │?? ├── IVisualizerCommand.cs

│?? │?? ├── SavedTreeNode.cs

│?? │?? ├── StackFrameNode.cs

│?? │?? ├── TreeNode.cs

│?? │?? └── Utils.cs

│?? ├── Properties

│?? │?? └── AssemblyInfo.cs

│?? ├── Services

│?? │?? ├── Debugger

│?? │?? │?? ├── DebuggerHelper.cs

│?? │?? │?? ├── ListHelper.cs

│?? │?? │?? ├── TypeResolverExtension.cs

│?? │?? │?? └── WindowsDebugger.cs

│?? │?? ├── ExtensionMethods.cs

│?? │?? └── ImageService

│?? │?? └── ImageService.cs

│?? ├── ToolTips

│?? │?? ├── DebuggerPopup.cs

│?? │?? ├── DebuggerTooltipControl.xaml

│?? │?? ├── DebuggerTooltipControl.xaml.cs

│?? │?? ├── LazyItemsControl.cs

│?? │?? ├── PinControlsDictionary.xaml

│?? │?? ├── TextEditorListener.cs

│?? │?? ├── VirtualizingIEnumerable.cs

│?? │?? ├── VisualizerPicker.cs

│?? │?? └── VisualizerPicker.xaml

│?? └── UI

│?? ├── AttachToProcessWindow.xaml

│?? ├── AttachToProcessWindow.xaml.cs

│?? ├── BreakpointPanel.xaml

│?? ├── BreakpointPanel.xaml.cs

│?? ├── CallStackPanel.xaml

│?? ├── CallStackPanel.xaml.cs

│?? ├── DebuggerSettingsPanel.xaml

│?? ├── DebuggerSettingsPanel.xaml.cs

│?? ├── ExecuteProcessWindow.xaml

│?? └── ExecuteProcessWindow.xaml.cs

├── doc

│?? ├── Command Line.txt

│?? ├── copyright.txt

│?? ├── Dissertation

│?? │?? ├── Dissertation.pdf

│?? │?? ├── Dissertation.tex

│?? │?? ├── Evolution

│?? │?? │?? ├── 01b_Disassemble_StackStates.cs

│?? │?? │?? ├── 01_Disassemble.cs

│?? │?? │?? ├── 02_Peephole_decompilation.cs

│?? │?? │?? ├── 03_Dataflow_Comments.cs

│?? │?? │?? ├── 03_Dataflow.cs

│?? │?? │?? ├── 04_Inline_expressions.cs

│?? │?? │?? ├── 05_Find_basic_blocks.cs

│?? │?? │?? ├── 06_Find_loops.cs

│?? │?? │?? ├── 07_Find_conditionals.cs

│?? │?? │?? ├── 08_Remove_dead_jumps.cs

│?? │?? │?? ├── 09_Reduce_loops.cs

│?? │?? │?? ├── 10_Short_type_names.cs

│?? │?? │?? └── QuickSort_original.cs

│?? │?? ├── figs

│?? │?? │?? ├── 10_Short_type_names_2.cs

│?? │?? │?? ├── figs.svg

│?? │?? │?? ├── IfThenElse.png

│?? │?? │?? ├── IfThenElseRechablility.png

│?? │?? │?? ├── IfThenElseReduction.png

│?? │?? │?? ├── IfThen.png

│?? │?? │?? ├── Ireducible.png

│?? │?? │?? ├── Loop.png

│?? │?? │?? ├── NestedLoops2.png

│?? │?? │?? ├── NestedLoops.png

│?? │?? │?? ├── QuickSortMain.png

│?? │?? │?? ├── QuickSort_original.cs

│?? │?? │?? ├── shortcircuit.png

│?? │?? │?? └── T1T2.png

│?? │?? ├── ProgressReport.pdf

│?? │?? ├── ProgressReport.tex

│?? │?? └── Proposal.tex

│?? ├── LGPL.txt

│?? ├── license.txt

│?? └── MS-PL.txt

├── ICSharpCode.Decompiler

│?? ├── Ast

│?? │?? ├── Annotations.cs

│?? │?? ├── AstBuilder.cs

│?? │?? ├── AstMethodBodyBuilder.cs

│?? │?? ├── CommentStatement.cs

│?? │?? ├── DecompilerContext.cs

│?? │?? ├── NameVariables.cs

│?? │?? ├── NRefactoryExtensions.cs

│?? │?? ├── TextOutputFormatter.cs

│?? │?? ├── Transforms

│?? │?? │?? ├── AddCheckedBlocks.cs

│?? │?? │?? ├── CombineQueryExpressions.cs

│?? │?? │?? ├── ContextTrackingVisitor.cs

│?? │?? │?? ├── ConvertConstructorCallIntoInitializer.cs

│?? │?? │?? ├── CustomPatterns.cs

│?? │?? │?? ├── DecimalConstantTransform.cs

│?? │?? │?? ├── DeclareVariables.cs

│?? │?? │?? ├── DelegateConstruction.cs

│?? │?? │?? ├── ExpressionTreeConverter.cs

│?? │?? │?? ├── FlattenSwitchBlocks.cs

│?? │?? │?? ├── IntroduceExtensionMethods.cs

│?? │?? │?? ├── IntroduceQueryExpressions.cs

│?? │?? │?? ├── IntroduceUnsafeModifier.cs

│?? │?? │?? ├── IntroduceUsingDeclarations.cs

│?? │?? │?? ├── PatternStatementTransform.cs

│?? │?? │?? ├── PushNegation.cs

│?? │?? │?? ├── ReplaceMethodCallsWithOperators.cs

│?? │?? │?? └── TransformationPipeline.cs

│?? │?? └── TypesHierarchyHelpers.cs

│?? ├── CecilExtensions.cs

│?? ├── CodeMappings.cs

│?? ├── DecompilerException.cs

│?? ├── DecompilerSettings.cs

│?? ├── Disassembler

│?? │?? ├── DisassemblerHelpers.cs

│?? │?? ├── ILStructure.cs

│?? │?? ├── MethodBodyDisassembler.cs

│?? │?? └── ReflectionDisassembler.cs

│?? ├── FlowAnalysis

│?? │?? ├── ControlFlowEdge.cs

│?? │?? ├── ControlFlowGraphBuilder.cs

│?? │?? ├── ControlFlowGraph.cs

│?? │?? ├── ControlFlowNode.cs

│?? │?? ├── ControlStructureDetector.cs

│?? │?? ├── OpCodeInfo.cs

│?? │?? ├── SimplifyByRefCalls.cs

│?? │?? ├── SsaBlock.cs

│?? │?? ├── SsaFormBuilder.cs

│?? │?? ├── SsaForm.cs

│?? │?? ├── SsaInstruction.cs

│?? │?? ├── SsaOptimization.cs

│?? │?? ├── SsaVariable.cs

│?? │?? └── TransformToSsa.cs

│?? ├── ICSharpCode.Decompiler.csproj

│?? ├── ILAst

│?? │?? ├── AsyncDecompiler.cs

│?? │?? ├── DefaultDictionary.cs

│?? │?? ├── GotoRemoval.cs

│?? │?? ├── ILAstBuilder.cs

│?? │?? ├── ILAstOptimizer.cs

│?? │?? ├── ILAstTypes.cs

│?? │?? ├── ILCodes.cs

│?? │?? ├── ILInlining.cs

│?? │?? ├── InitializerPeepholeTransforms.cs

│?? │?? ├── LiftedOperators.cs

│?? │?? ├── LoopsAndConditions.cs

│?? │?? ├── PatternMatching.cs

│?? │?? ├── PeepholeTransform.cs

│?? │?? ├── SimpleControlFlow.cs

│?? │?? ├── StateRange.cs

│?? │?? ├── SymbolicExecution.cs

│?? │?? ├── TypeAnalysis.cs

│?? │?? └── YieldReturnDecompiler.cs

│?? ├── ITextOutput.cs

│?? ├── PlainTextOutput.cs

│?? ├── Properties

│?? │?? ├── AssemblyInfo.cs

│?? │?? └── AssemblyInfo.template.cs

│?? ├── ReferenceResolvingException.cs

│?? ├── Tests

│?? │?? ├── Async.cs

│?? │?? ├── BooleanConsumedAsInteger.il

│?? │?? ├── CallOverloadedMethod.cs

│?? │?? ├── CheckedUnchecked.cs

│?? │?? ├── CodeSampleFileParser.cs

│?? │?? ├── ControlFlow.cs

│?? │?? ├── CustomAttributes

│?? │?? │?? ├── CustomAttributeTests.cs

│?? │?? │?? ├── S_AssemblyCustomAttribute.cs

│?? │?? │?? ├── S_CustomAttributeSamples.cs

│?? │?? │?? └── S_CustomAttributes.cs

│?? │?? ├── CustomAttributes.code.cs

│?? │?? ├── CustomShortCircuitOperators.cs

│?? │?? ├── DecompilerTestBase.cs

│?? │?? ├── DelegateConstruction.cs

│?? │?? ├── ExceptionHandling.cs

│?? │?? ├── ExpressionTrees.cs

│?? │?? ├── Generics.cs

│?? │?? ├── Helpers

│?? │?? │?? ├── CodeAssert.cs

│?? │?? │?? └── RemoveCompilerAttribute.cs

│?? │?? ├── ICSharpCode.Decompiler.Tests.csproj

│?? │?? ├── IL

│?? │?? │?? ├── ILTests.cs

│?? │?? │?? ├── SequenceOfNestedIfs.dll

│?? │?? │?? ├── SequenceOfNestedIfs.il

│?? │?? │?? ├── SequenceOfNestedIfs.Output.cs

│?? │?? │?? ├── StackTests.exe

│?? │?? │?? └── StackTests.il

│?? │?? ├── IncrementDecrement.cs

│?? │?? ├── InitializerTests.cs

│?? │?? ├── LiftedOperators.cs

│?? │?? ├── Loops.cs

│?? │?? ├── MultidimensionalArray.cs

│?? │?? ├── nunit.framework.dll

│?? │?? ├── packages.config

│?? │?? ├── PInvoke.cs

│?? │?? ├── PropertiesAndEvents.cs

│?? │?? ├── QueryExpressions.cs

│?? │?? ├── Switch.cs

│?? │?? ├── TestRunner.cs

│?? │?? ├── TypeAnalysisTests.cs

│?? │?? ├── Types

│?? │?? │?? ├── EnumTests.cs

│?? │?? │?? ├── S_EnumSamples.cs

│?? │?? │?? ├── S_TypeDeclarations.cs

│?? │?? │?? ├── S_TypeMemberDeclarations.cs

│?? │?? │?? └── TypeTests.cs

│?? │?? ├── UndocumentedExpressions.cs

│?? │?? ├── UnsafeCode.cs

│?? │?? ├── ValueTypes.cs

│?? │?? └── YieldReturn.cs

│?? └── TextOutputWriter.cs

├── ILSpy

│?? ├── AboutPage.cs

│?? ├── AnalyzerTreeView.cs

│?? ├── app.config

│?? ├── App.xaml

│?? ├── App.xaml.cs

│?? ├── AssemblyList.cs

│?? ├── AssemblyListManager.cs

│?? ├── AvalonEdit

│?? │?? └── IconMarginActionsProvider.cs

│?? ├── Bookmarks

│?? │?? └── MemberBookmark.cs

│?? ├── CommandLineArguments.cs

│?? ├── Commands

│?? │?? ├── BrowseBackCommand.cs

│?? │?? ├── BrowseForwardCommand.cs

│?? │?? ├── CommandWrapper.cs

│?? │?? ├── DecompileAllCommand.cs

│?? │?? ├── ExitCommand.cs

│?? │?? ├── ExportCommandAttribute.cs

│?? │?? ├── OpenCommand.cs

│?? │?? ├── OpenFromGacCommand.cs

│?? │?? ├── OpenListCommand.cs

│?? │?? ├── RefreshCommand.cs

│?? │?? ├── SaveCommand.cs

│?? │?? └── SimpleCommand.cs

│?? ├── ContextMenuEntry.cs

│?? ├── Controls

│?? │?? ├── DockedPane.cs

│?? │?? ├── ExtensionMethods.cs

│?? │?? ├── MarkupExtensions.cs

│?? │?? ├── ResourceObjectTable.xaml

│?? │?? ├── ResourceObjectTable.xaml.cs

│?? │?? ├── ResourceStringTable.xaml

│?? │?? ├── ResourceStringTable.xaml.cs

│?? │?? ├── SearchBox.cs

│?? │?? ├── SearchBoxStyle.xaml

│?? │?? └── SortableGridViewColumn.cs

│?? ├── CreateListDialog.xaml

│?? ├── CreateListDialog.xaml.cs

│?? ├── DecompilationOptions.cs

│?? ├── DecompileEventArgs.cs

│?? ├── ExtensionMethods.cs

│?? ├── FilterSettings.cs

│?? ├── Fusion.cs

│?? ├── GacInterop.cs

│?? ├── GuessFileType.cs

│?? ├── ILSpy.csproj

│?? ├── ILSpySettings.cs

│?? ├── Images

│?? │?? ├── AccessOverlayIcon.cs

│?? │?? ├── AssemblyList.png

│?? │?? ├── Assembly.png

│?? │?? ├── AssemblyWarning.png

│?? │?? ├── Back.png

│?? │?? ├── Breakpoint.png

│?? │?? ├── Class.png

│?? │?? ├── ClearSearch.png

│?? │?? ├── Constructor.png

│?? │?? ├── CurrentLine.png

│?? │?? ├── Delegate.png

│?? │?? ├── Delete.png

│?? │?? ├── DisabledBreakpoint.png

│?? │?? ├── Enum.png

│?? │?? ├── EnumValue.png

│?? │?? ├── Event.png

│?? │?? ├── ExtensionMethod.png

│?? │?? ├── Field.png

│?? │?? ├── FieldReadOnly.png

│?? │?? ├── FindAssembly.png

│?? │?? ├── Find.png

│?? │?? ├── Folder.Closed.png

│?? │?? ├── Folder.Open.png

│?? │?? ├── Forward.png

│?? │?? ├── ILSpy.ico

│?? │?? ├── ILSpy.pdn

│?? │?? ├── Images.cs

│?? │?? ├── Indexer.png

│?? │?? ├── Interface.png

│?? │?? ├── Library.png

│?? │?? ├── Literal.png

│?? │?? ├── MemberIcon.cs

│?? │?? ├── Method.png

│?? │?? ├── NameSpace.png

│?? │?? ├── OK.png

│?? │?? ├── Open.png

│?? │?? ├── Operator.png

│?? │?? ├── OverlayCompilerControlled.png

│?? │?? ├── OverlayInternal.png

│?? │?? ├── OverlayPrivate.png

│?? │?? ├── OverlayProtectedInternal.png

│?? │?? ├── OverlayProtected.png

│?? │?? ├── OverlayStatic.png

│?? │?? ├── PInvokeMethod.png

│?? │?? ├── PrivateInternal.png

│?? │?? ├── Property.png

│?? │?? ├── ReferenceFolder.Closed.png

│?? │?? ├── ReferenceFolder.Open.png

│?? │?? ├── Refresh.png

│?? │?? ├── ResourceImage.png

│?? │?? ├── Resource.png

│?? │?? ├── ResourceResourcesFile.png

│?? │?? ├── ResourceXml.png

│?? │?? ├── ResourceXsd.png

│?? │?? ├── ResourceXslt.png

│?? │?? ├── SaveFile.png

│?? │?? ├── Search.png

│?? │?? ├── StaticClass.png

│?? │?? ├── Struct.png

│?? │?? ├── SubTypes.png

│?? │?? ├── SuperTypes.png

│?? │?? ├── TypeIcon.cs

│?? │?? ├── ViewCode.png

│?? │?? └── VirtualMethod.png

│?? ├── IPane.cs

│?? ├── ISmartTextOutput.cs

│?? ├── Languages

│?? │?? ├── CSharpLanguage.cs

│?? │?? ├── ILAstLanguage.cs

│?? │?? ├── ILLanguage.cs

│?? │?? ├── Language.cs

│?? │?? └── Languages.cs

│?? ├── LoadedAssembly.cs

│?? ├── MainWindow.xaml

│?? ├── MainWindow.xaml.cs

│?? ├── NativeMethods.cs

│?? ├── NavigationHistory.cs

│?? ├── NavigationState.cs

│?? ├── OpenFromGacDialog.xaml

│?? ├── OpenFromGacDialog.xaml.cs

│?? ├── OpenListDialog.xaml

│?? ├── OpenListDialog.xaml.cs

│?? ├── Options

│?? │?? ├── DecompilerSettingsPanel.xaml

│?? │?? ├── DecompilerSettingsPanel.xaml.cs

│?? │?? ├── DisplaySettings.cs

│?? │?? ├── DisplaySettingsPanel.xaml

│?? │?? ├── DisplaySettingsPanel.xaml.cs

│?? │?? ├── OptionsDialog.xaml

│?? │?? └── OptionsDialog.xaml.cs

│?? ├── Properties

│?? │?? ├── app.config.template

│?? │?? ├── AssemblyInfo.cs

│?? │?? ├── AssemblyInfo.template.cs

│?? │?? └── WPFAssemblyInfo.cs

│?? ├── SearchPane.cs

│?? ├── SearchPane.xaml

│?? ├── SessionSettings.cs

│?? ├── TextView

│?? │?? ├── AvalonEditTextOutput.cs

│?? │?? ├── CaretHighlightAdorner.cs

│?? │?? ├── DecompilerTextView.cs

│?? │?? ├── DecompilerTextView.xaml

│?? │?? ├── ILAsm-Mode.xshd

│?? │?? ├── OutputLengthExceededException.cs

│?? │?? ├── ReferenceElementGenerator.cs

│?? │?? └── UIElementGenerator.cs

│?? ├── themes

│?? │?? └── generic.xaml

│?? ├── TreeNodes

│?? │?? ├── Analyzer

│?? │?? │?? ├── AnalyzeContextMenuEntry.cs

│?? │?? │?? ├── AnalyzedAssemblyTreeNode.cs

│?? │?? │?? ├── AnalyzedAttributeAppliedToTreeNode.cs

│?? │?? │?? ├── AnalyzedEventAccessorTreeNode.cs

│?? │?? │?? ├── AnalyzedEventFiredByTreeNode.cs

│?? │?? │?? ├── AnalyzedEventOverridesTreeNode.cs

│?? │?? │?? ├── AnalyzedEventTreeNode.cs

│?? │?? │?? ├── AnalyzedFieldAccessTreeNode.cs

│?? │?? │?? ├── AnalyzedFieldTreeNode.cs

│?? │?? │?? ├── AnalyzedInterfaceEventImplementedByTreeNode.cs

│?? │?? │?? ├── AnalyzedInterfaceMethodImplementedByTreeNode.cs

│?? │?? │?? ├── AnalyzedInterfacePropertyImplementedByTreeNode.cs

│?? │?? │?? ├── AnalyzedMethodOverridesTreeNode.cs

│?? │?? │?? ├── AnalyzedMethodTreeNode.cs

│?? │?? │?? ├── AnalyzedMethodUsedByTreeNode.cs

│?? │?? │?? ├── AnalyzedMethodUsesTreeNode.cs

│?? │?? │?? ├── AnalyzedPropertyAccessorTreeNode.cs

│?? │?? │?? ├── AnalyzedPropertyOverridesTreeNode.cs

│?? │?? │?? ├── AnalyzedPropertyTreeNode.cs

│?? │?? │?? ├── AnalyzedTypeExposedByTreeNode.cs

│?? │?? │?? ├── AnalyzedTypeExtensionMethodsTreeNode.cs

│?? │?? │?? ├── AnalyzedTypeInstantiationsTreeNode.cs

│?? │?? │?? ├── AnalyzedTypeTreeNode.cs

│?? │?? │?? ├── AnalyzedVirtualMethodUsedByTreeNode.cs

│?? │?? │?? ├── AnalyzerEntityTreeNode.cs

│?? │?? │?? ├── AnalyzerSearchTreeNode.cs

│?? │?? │?? ├── AnalyzerTreeNode.cs

│?? │?? │?? ├── Helpers.cs

│?? │?? │?? └── ScopedWhereUsedAnalyzer.cs

│?? │?? ├── AssemblyListTreeNode.cs

│?? │?? ├── AssemblyReferenceTreeNode.cs

│?? │?? ├── AssemblyTreeNode.cs

│?? │?? ├── BaseTypesEntryNode.cs

│?? │?? ├── BaseTypesTreeNode.cs

│?? │?? ├── DerivedTypesEntryNode.cs

│?? │?? ├── DerivedTypesTreeNode.cs

│?? │?? ├── EventTreeNode.cs

│?? │?? ├── FieldTreeNode.cs

│?? │?? ├── FilterResult.cs

│?? │?? ├── ILSpyTreeNode.cs

│?? │?? ├── IMemberTreeNode.cs

│?? │?? ├── MethodTreeNode.cs

│?? │?? ├── ModuleReferenceTreeNode.cs

│?? │?? ├── NamespaceTreeNode.cs

│?? │?? ├── PropertyTreeNode.cs

│?? │?? ├── ReferenceFolderTreeNode.cs

│?? │?? ├── ResourceListTreeNode.cs

│?? │?? ├── ResourceNodes

│?? │?? │?? ├── CursorResourceEntryNode.cs

│?? │?? │?? ├── ImageResourceEntryNode.cs

│?? │?? │?? ├── IResourceNodeFactory.cs

│?? │?? │?? ├── ResourceEntryNode.cs

│?? │?? │?? ├── ResourcesFileTreeNode.cs

│?? │?? │?? ├── ResourceTreeNode.cs

│?? │?? │?? ├── XamlResourceNode.cs

│?? │?? │?? └── XmlResourceNode.cs

│?? │?? ├── ThreadingSupport.cs

│?? │?? └── TypeTreeNode.cs

│?? ├── VB

│?? │?? ├── ILSpyEnvironmentProvider.cs

│?? │?? ├── VBLanguage.cs

│?? │?? └── VBTextOutputFormatter.cs

│?? └── XmlDoc

│?? ├── AddXmlDocTransform.cs

│?? ├── XmlDocKeyProvider.cs

│?? ├── XmlDocLoader.cs

│?? └── XmlDocRenderer.cs

├── ILSpy.BamlDecompiler

│?? ├── BamlResourceEntryNode.cs

│?? ├── BamlResourceNodeFactory.cs

│?? ├── CecilDependencyPropertyDescriptor.cs

│?? ├── CecilType.cs

│?? ├── CecilTypeResolver.cs

│?? ├── ConnectMethodDecompiler.cs

│?? ├── Extensions.cs

│?? ├── ILSpy.BamlDecompiler.csproj

│?? ├── Properties

│?? │?? └── AssemblyInfo.cs

│?? ├── Ricciolo.StylesExplorer.MarkupReflection

│?? │?? ├── BamlBinaryReader.cs

│?? │?? ├── BAML format.txt

│?? │?? ├── BamlRecordType.cs

│?? │?? ├── IDependencyPropertyDescriptor.cs

│?? │?? ├── IType.cs

│?? │?? ├── ITypeResolver.cs

│?? │?? ├── KeyMapping.cs

│?? │?? ├── KnownInfo.cs

│?? │?? ├── NodesCollection.cs

│?? │?? ├── PropertyDeclaration.cs

│?? │?? ├── ResourceName.cs

│?? │?? ├── TypeDeclaration.cs

│?? │?? ├── XmlBamlElement.cs

│?? │?? ├── XmlBamlNode.cs

│?? │?? ├── XmlBamlProperty.cs

│?? │?? ├── XmlBamlPropertyElement.cs

│?? │?? ├── XmlBamlReader.cs

│?? │?? ├── XmlBamlSimpleProperty.cs

│?? │?? ├── XmlBamlText.cs

│?? │?? ├── XmlNamespace.cs

│?? │?? └── XmlPIMapping.cs

│?? └── Tests

│?? ├── Cases

│?? │?? ├── AttachedEvent.xaml

│?? │?? ├── AttachedEvent.xaml.cs

│?? │?? ├── AvalonDockBrushes.xaml

│?? │?? ├── AvalonDockCommon.xaml

│?? │?? ├── Dictionary1.xaml

│?? │?? ├── MyControl.xaml

│?? │?? ├── MyControl.xaml.cs

│?? │?? ├── Resources.xaml

│?? │?? ├── Resources.xaml.cs

│?? │?? ├── SimpleDictionary.xaml

│?? │?? ├── SimpleNames.xaml

│?? │?? ├── SimpleNames.xaml.cs

│?? │?? ├── Simple.xaml

│?? │?? └── Simple.xaml.cs

│?? ├── ILSpy.BamlDecompiler.Tests.csproj

│?? ├── Mocks

│?? │?? └── AvalonDock.cs

│?? ├── Properties

│?? │?? └── AssemblyInfo.cs

│?? └── TestRunner.cs

├── ILSpy.SharpDevelop.LGPL

│?? ├── AvalonEdit

│?? │?? ├── IconBarManager.cs

│?? │?? ├── IconBarMargin.cs

│?? │?? ├── ITextEditorListener.cs

│?? │?? ├── ITextMarker.cs

│?? │?? ├── IToolTip.cs

│?? │?? ├── TextEditorWeakEventManager.cs

│?? │?? └── TextMarkerService.cs

│?? ├── Bookmarks

│?? │?? ├── BookmarkBase.cs

│?? │?? ├── BookmarkEventHandler.cs

│?? │?? ├── BookmarkManager.cs

│?? │?? ├── BreakpointBookmark.cs

│?? │?? ├── BreakpointBookmarkEventArgs.cs

│?? │?? ├── CurrentLineBookmark.cs

│?? │?? ├── IBookmark.cs

│?? │?? └── MarkerBookmark.cs

│?? ├── DebugInformation.cs

│?? ├── ILSpy.SharpDevelop.LGPL.csproj

│?? ├── Images.cs

│?? ├── Models

│?? │?? └── ToolTipRequestEventArgs.cs

│?? ├── Properties

│?? │?? └── AssemblyInfo.cs

│?? └── Services

│?? ├── DebuggerService.cs

│?? ├── IDebugger.cs

│?? └── ParserService.cs

├── ILSpy.sln

├── Mono.Cecil

│?? ├── dbg

│?? │?? ├── dbg.csproj

│?? │?? ├── Program.cs

│?? │?? └── Properties

│?? │?? └── AssemblyInfo.cs

│?? ├── Mono

│?? │?? ├── Actions.cs

│?? │?? ├── Empty.cs

│?? │?? └── Funcs.cs

│?? ├── Mono.Cecil

│?? │?? ├── ArrayType.cs

│?? │?? ├── AssemblyDefinition.cs

│?? │?? ├── AssemblyFlags.cs

│?? │?? ├── AssemblyHashAlgorithm.cs

│?? │?? ├── AssemblyInfo.cs

│?? │?? ├── AssemblyLinkedResource.cs

│?? │?? ├── AssemblyNameDefinition.cs

│?? │?? ├── AssemblyNameReference.cs

│?? │?? ├── AssemblyReader.cs

│?? │?? ├── AssemblyWriter.cs

│?? │?? ├── BaseAssemblyResolver.cs

│?? │?? ├── CallSite.cs

│?? │?? ├── CustomAttribute.cs

│?? │?? ├── DefaultAssemblyResolver.cs

│?? │?? ├── EmbeddedResource.cs

│?? │?? ├── EventAttributes.cs

│?? │?? ├── EventDefinition.cs

│?? │?? ├── EventReference.cs

│?? │?? ├── ExportedType.cs

│?? │?? ├── FieldAttributes.cs

│?? │?? ├── FieldDefinition.cs

│?? │?? ├── FieldReference.cs

│?? │?? ├── FileAttributes.cs

│?? │?? ├── FunctionPointerType.cs

│?? │?? ├── GenericInstanceMethod.cs

│?? │?? ├── GenericInstanceType.cs

│?? │?? ├── GenericParameterAttributes.cs

│?? │?? ├── GenericParameter.cs

│?? │?? ├── IConstantProvider.cs

│?? │?? ├── ICustomAttributeProvider.cs

│?? │?? ├── IGenericInstance.cs

│?? │?? ├── IGenericParameterProvider.cs

│?? │?? ├── IMarshalInfoProvider.cs

│?? │?? ├── IMemberDefinition.cs

│?? │?? ├── IMetadataScope.cs

│?? │?? ├── IMetadataTokenProvider.cs

│?? │?? ├── IMethodSignature.cs

│?? │?? ├── Import.cs

│?? │?? ├── LinkedResource.cs

│?? │?? ├── ManifestResourceAttributes.cs

│?? │?? ├── MarshalInfo.cs

│?? │?? ├── MemberDefinitionCollection.cs

│?? │?? ├── MemberReference.cs

│?? │?? ├── MetadataResolver.cs

│?? │?? ├── MetadataSystem.cs

│?? │?? ├── MethodAttributes.cs

│?? │?? ├── MethodCallingConvention.cs

│?? │?? ├── MethodDefinition.cs

│?? │?? ├── MethodImplAttributes.cs

│?? │?? ├── MethodReference.cs

│?? │?? ├── MethodReturnType.cs

│?? │?? ├── MethodSemanticsAttributes.cs

│?? │?? ├── MethodSpecification.cs

│?? │?? ├── Modifiers.cs

│?? │?? ├── ModuleDefinition.cs

│?? │?? ├── ModuleKind.cs

│?? │?? ├── ModuleReference.cs

│?? │?? ├── NativeType.cs

│?? │?? ├── ParameterAttributes.cs

│?? │?? ├── ParameterDefinitionCollection.cs

│?? │?? ├── ParameterDefinition.cs

│?? │?? ├── ParameterReference.cs

│?? │?? ├── PinnedType.cs

│?? │?? ├── PInvokeAttributes.cs

│?? │?? ├── PInvokeInfo.cs

│?? │?? ├── PointerType.cs

│?? │?? ├── PropertyAttributes.cs

│?? │?? ├── PropertyDefinition.cs

│?? │?? ├── PropertyReference.cs

│?? │?? ├── ReferenceType.cs

│?? │?? ├── Resource.cs

│?? │?? ├── SecurityDeclaration.cs

│?? │?? ├── SentinelType.cs

│?? │?? ├── TargetRuntime.cs

│?? │?? ├── TypeAttributes.cs

│?? │?? ├── TypeDefinitionCollection.cs

│?? │?? ├── TypeDefinition.cs

│?? │?? ├── TypeParser.cs

│?? │?? ├── TypeReference.cs

│?? │?? ├── TypeSpecification.cs

│?? │?? ├── TypeSystem.cs

│?? │?? └── VariantType.cs

│?? ├── Mono.Cecil.Cil

│?? │?? ├── Code.cs

│?? │?? ├── CodeReader.cs

│?? │?? ├── CodeWriter.cs

│?? │?? ├── Document.cs

│?? │?? ├── ExceptionHandler.cs

│?? │?? ├── ILProcessor.cs

│?? │?? ├── Instruction.cs

│?? │?? ├── MethodBody.cs

│?? │?? ├── OpCode.cs

│?? │?? ├── OpCodes.cs

│?? │?? ├── SequencePoint.cs

│?? │?? ├── Symbols.cs

│?? │?? ├── VariableDefinition.cs

│?? │?? └── VariableReference.cs

│?? ├── Mono.Cecil.csproj

│?? ├── Mono.Cecil.Metadata

│?? │?? ├── BlobHeap.cs

│?? │?? ├── Buffers.cs

│?? │?? ├── CodedIndex.cs

│?? │?? ├── ElementType.cs

│?? │?? ├── GuidHeap.cs

│?? │?? ├── Heap.cs

│?? │?? ├── MetadataToken.cs

│?? │?? ├── Row.cs

│?? │?? ├── StringHeap.cs

│?? │?? ├── TableHeap.cs

│?? │?? ├── TokenType.cs

│?? │?? ├── UserStringHeap.cs

│?? │?? └── Utilities.cs

│?? ├── Mono.Cecil.nunit

│?? ├── Mono.Cecil.nuspec

│?? ├── Mono.Cecil.PE

│?? │?? ├── BinaryStreamReader.cs

│?? │?? ├── BinaryStreamWriter.cs

│?? │?? ├── ByteBuffer.cs

│?? │?? ├── ByteBufferEqualityComparer.cs

│?? │?? ├── DataDirectory.cs

│?? │?? ├── Image.cs

│?? │?? ├── ImageReader.cs

│?? │?? ├── ImageWriter.cs

│?? │?? ├── Section.cs

│?? │?? └── TextMap.cs

│?? ├── Mono.Cecil.sln

│?? ├── Mono.Collections.Generic

│?? │?? ├── Collection.cs

│?? │?? └── ReadOnlyCollection.cs

│?? ├── Mono.Security.Cryptography

│?? │?? ├── CryptoConvert.cs

│?? │?? └── CryptoService.cs

│?? ├── mono.snk

│?? ├── NOTES.txt

│?? ├── rocks

│?? │?? ├── Mono.Cecil.Rocks

│?? │?? │?? ├── AssemblyInfo.cs

│?? │?? │?? ├── Functional.cs

│?? │?? │?? ├── ILParser.cs

│?? │?? │?? ├── MethodBodyRocks.cs

│?? │?? │?? ├── MethodDefinitionRocks.cs

│?? │?? │?? ├── ModuleDefinitionRocks.cs

│?? │?? │?? ├── ParameterReferenceRocks.cs

│?? │?? │?? ├── SecurityDeclarationRocks.cs

│?? │?? │?? ├── TypeDefinitionRocks.cs

│?? │?? │?? └── TypeReferenceRocks.cs

│?? │?? ├── Mono.Cecil.Rocks.csproj

│?? │?? └── Test

│?? │?? ├── Mono.Cecil.Rocks.Tests.csproj

│?? │?? ├── Mono.Cecil.Tests

│?? │?? │?? ├── Addin.cs

│?? │?? │?? ├── MethodDefinitionRocksTests.cs

│?? │?? │?? ├── ModuleDefinitionRocksTests.cs

│?? │?? │?? ├── SecurityDeclarationRocksTests.cs

│?? │?? │?? ├── TypeDefinitionRocksTests.cs

│?? │?? │?? └── TypeReferenceRocksTests.cs

│?? │?? └── Resources

│?? │?? ├── assemblies

│?? │?? │?? ├── decsec-att.dll

│?? │?? │?? └── decsec-xml.dll

│?? │?? └── cs

│?? │?? └── Types.cs

│?? ├── symbols

│?? │?? ├── mdb

│?? │?? │?? ├── Mono.Cecil.Mdb

│?? │?? │?? │?? ├── AssemblyInfo.cs

│?? │?? │?? │?? ├── MdbReader.cs

│?? │?? │?? │?? └── MdbWriter.cs

│?? │?? │?? ├── Mono.Cecil.Mdb.csproj

│?? │?? │?? ├── Mono.CompilerServices.SymbolWriter

│?? │?? │?? │?? ├── MonoSymbolFile.cs

│?? │?? │?? │?? ├── MonoSymbolTable.cs

│?? │?? │?? │?? ├── MonoSymbolWriter.cs

│?? │?? │?? │?? └── SymbolWriterImpl.cs

│?? │?? │?? └── Test

│?? │?? │?? ├── Mono.Cecil.Mdb.Tests.csproj

│?? │?? │?? ├── Mono.Cecil.Tests

│?? │?? │?? │?? ├── Addin.cs

│?? │?? │?? │?? └── MdbTests.cs

│?? │?? │?? └── Resources

│?? │?? │?? └── assemblies

│?? │?? │?? ├── hello.exe

│?? │?? │?? └── hello.exe.mdb

│?? │?? └── pdb

│?? │?? ├── Microsoft.Cci.Pdb

│?? │?? │?? ├── BitAccess.cs

│?? │?? │?? ├── BitSet.cs

│?? │?? │?? ├── CvInfo.cs

│?? │?? │?? ├── DataStream.cs

│?? │?? │?? ├── DbiDbgHdr.cs

│?? │?? │?? ├── DbiHeader.cs

│?? │?? │?? ├── DbiModuleInfo.cs

│?? │?? │?? ├── DbiSecCon.cs

│?? │?? │?? ├── Interfaces.cs

│?? │?? │?? ├── IntHashTable.cs

│?? │?? │?? ├── LICENSE

│?? │?? │?? ├── MsfDirectory.cs

│?? │?? │?? ├── PdbConstant.cs

│?? │?? │?? ├── PdbDebugException.cs

│?? │?? │?? ├── PdbException.cs

│?? │?? │?? ├── PdbFile.cs

│?? │?? │?? ├── PdbFileHeader.cs

│?? │?? │?? ├── PdbFunction.cs

│?? │?? │?? ├── PdbLine.cs

│?? │?? │?? ├── PdbLines.cs

│?? │?? │?? ├── PdbReader.cs

│?? │?? │?? ├── PdbScope.cs

│?? │?? │?? ├── PdbSlot.cs

│?? │?? │?? ├── PdbSource.cs

│?? │?? │?? └── SourceLocationProvider.cs

│?? │?? ├── Mono.Cecil.Pdb

│?? │?? │?? ├── AssemblyInfo.cs

│?? │?? │?? ├── ISymUnmanagedDocumentWriter.cs

│?? │?? │?? ├── ISymUnmanagedWriter2.cs

│?? │?? │?? ├── ModuleMetadata.cs

│?? │?? │?? ├── PdbHelper.cs

│?? │?? │?? ├── PdbReader.cs

│?? │?? │?? ├── PdbWriter.cs

│?? │?? │?? ├── SymDocumentWriter.cs

│?? │?? │?? └── SymWriter.cs

│?? │?? ├── Mono.Cecil.Pdb.csproj

│?? │?? └── Test

│?? │?? ├── Mono.Cecil.Pdb.Tests.csproj

│?? │?? ├── Mono.Cecil.Tests

│?? │?? │?? ├── Addin.cs

│?? │?? │?? ├── Linq.cs

│?? │?? │?? └── PdbTests.cs

│?? │?? └── Resources

│?? │?? └── assemblies

│?? │?? ├── fsapp.exe

│?? │?? ├── fsapp.pdb

│?? │?? ├── test.exe

│?? │?? ├── test.pdb

│?? │?? ├── VBConsApp.exe

│?? │?? └── VBConsApp.pdb

│?? ├── System.Runtime.CompilerServices

│?? │?? └── ExtensionAttribute.cs

│?? └── Test

│?? ├── libs

│?? │?? ├── nunit-2.4.8

│?? │?? │?? └── license.txt

│?? │?? └── nunit-2.5.10

│?? │?? ├── nunit.core.dll

│?? │?? ├── nunit.core.interfaces.dll

│?? │?? └── nunit.framework.dll

│?? ├── Mono.Cecil.Tests

│?? │?? ├── Addin.cs

│?? │?? ├── AssemblyInfo.cs

│?? │?? ├── AssemblyTests.cs

│?? │?? ├── BaseTestFixture.cs

│?? │?? ├── CompilationService.cs

│?? │?? ├── CustomAttributesTests.cs

│?? │?? ├── EventTests.cs

│?? │?? ├── Extensions.cs

│?? │?? ├── FieldTests.cs

│?? │?? ├── Formatter.cs

│?? │?? ├── ILProcessorTests.cs

│?? │?? ├── ImageReadTests.cs

│?? │?? ├── ImportCecilTests.cs

│?? │?? ├── ImportReflectionTests.cs

│?? │?? ├── Linq.cs

│?? │?? ├── MethodBodyTests.cs

│?? │?? ├── MethodTests.cs

│?? │?? ├── ModuleTests.cs

│?? │?? ├── NestedTypesTests.cs

│?? │?? ├── ParameterTests.cs

│?? │?? ├── PropertyTests.cs

│?? │?? ├── ResolveTests.cs

│?? │?? ├── SecurityDeclarationTests.cs

│?? │?? ├── TypeParserTests.cs

│?? │?? ├── TypeTests.cs

│?? │?? └── VariableTests.cs

│?? ├── Mono.Cecil.Tests.csproj

│?? └── Resources

│?? ├── assemblies

│?? │?? ├── boxedoptarg.dll

│?? │?? ├── catch.exe

│?? │?? ├── cppcli.dll

│?? │?? ├── cscgpbug.dll

│?? │?? ├── decsec1-xml.dll

│?? │?? ├── decsec-att.dll

│?? │?? ├── decsec-xml.dll

│?? │?? ├── empty-decsec-att.dll

│?? │?? ├── fptr.exe

│?? │?? ├── gifaceref.exe

│?? │?? ├── hello1.exe

│?? │?? ├── hello.anycpu.exe

│?? │?? ├── hello.exe

│?? │?? ├── hello.ia64.exe

│?? │?? ├── hellow.exe

│?? │?? ├── hello.x64.exe

│?? │?? ├── hello.x86.exe

│?? │?? ├── iterator.exe

│?? │?? ├── libhello.dll

│?? │?? ├── libres.dll

│?? │?? ├── marshal.dll

│?? │?? ├── mma.exe

│?? │?? ├── moda.netmodule

│?? │?? ├── modb.netmodule

│?? │?? ├── noblob.dll

│?? │?? ├── pinvoke.exe

│?? │?? ├── switch.exe

│?? │?? ├── text_file.txt

│?? │?? └── varargs.exe

│?? ├── cs

│?? │?? ├── CustomAttributes.cs

│?? │?? ├── Events.cs

│?? │?? ├── Fields.cs

│?? │?? ├── Generics.cs

│?? │?? ├── Interfaces.cs

│?? │?? ├── Layouts.cs

│?? │?? ├── Methods.cs

│?? │?? ├── NestedTypes.cs

│?? │?? └── Properties.cs

│?? └── il

│?? ├── hello.il

│?? ├── methodspecs.il

│?? ├── others.il

│?? └── types.il

├── NRefactory

│?? ├── doc

│?? │?? ├── copyright.txt

│?? │?? ├── license.txt

│?? │?? ├── Pattern Matching.html

│?? │?? ├── TODO

│?? │?? └── XML Documentation.html

│?? ├── ICSharpCode.NRefactory

│?? │?? ├── Completion

│?? │?? │?? ├── CompletionCategory.cs

│?? │?? │?? ├── DisplayFlags.cs

│?? │?? │?? ├── ICompletionData.cs

│?? │?? │?? ├── IEntityCompletionData.cs

│?? │?? │?? ├── IParameterDataProvider.cs

│?? │?? │?? └── IVariableCompletionData.cs

│?? │?? ├── Documentation

│?? │?? │?? ├── DocumentationComment.cs

│?? │?? │?? ├── GetPotentiallyNestedClassTypeReference.cs

│?? │?? │?? ├── IDocumentationProvider.cs

│?? │?? │?? ├── IdStringMemberReference.cs

│?? │?? │?? ├── IdStringProvider.cs

│?? │?? │?? └── XmlDocumentationProvider.cs

│?? │?? ├── Editor

│?? │?? │?? ├── IDocument.cs

│?? │?? │?? ├── IDocumentLine.cs

│?? │?? │?? ├── ISegment.cs

│?? │?? │?? ├── ITextAnchor.cs

│?? │?? │?? ├── ITextSource.cs

│?? │?? │?? ├── ReadOnlyDocument.cs

│?? │?? │?? ├── StringBuilderDocument.cs

│?? │?? │?? ├── StringTextSource.cs

│?? │?? │?? ├── TextChangeEventArgs.cs

│?? │?? │?? └── TextSourceVersionProvider.cs

│?? │?? ├── IAnnotatable.cs

│?? │?? ├── ICSharpCode.NRefactory.csproj

│?? │?? ├── PatternMatching

│?? │?? │?? ├── AnyNode.cs

│?? │?? │?? ├── Backreference.cs

│?? │?? │?? ├── BacktrackingInfo.cs

│?? │?? │?? ├── Choice.cs

│?? │?? │?? ├── INode.cs

│?? │?? │?? ├── Match.cs

│?? │?? │?? ├── NamedNode.cs

│?? │?? │?? ├── OptionalNode.cs

│?? │?? │?? ├── Pattern.cs

│?? │?? │?? └── Repeat.cs

│?? │?? ├── Properties

│?? │?? │?? ├── AssemblyInfo.cs

│?? │?? │?? └── GlobalAssemblyInfo.cs

│?? │?? ├── Role.cs

│?? │?? ├── Semantics

│?? │?? │?? ├── AmbiguousResolveResult.cs

│?? │?? │?? ├── ArrayAccessResolveResult.cs

│?? │?? │?? ├── ArrayCreateResolveResult.cs

│?? │?? │?? ├── ByReferenceResolveResult.cs

│?? │?? │?? ├── ConstantResolveResult.cs

│?? │?? │?? ├── Conversion.cs

│?? │?? │?? ├── ConversionResolveResult.cs

│?? │?? │?? ├── ErrorResolveResult.cs

│?? │?? │?? ├── ForEachResolveResult.cs

│?? │?? │?? ├── InitializedObjectResolveResult.cs

│?? │?? │?? ├── InvocationResolveResult.cs

│?? │?? │?? ├── LocalResolveResult.cs

│?? │?? │?? ├── MemberResolveResult.cs

│?? │?? │?? ├── NamespaceResolveResult.cs

│?? │?? │?? ├── OperatorResolveResult.cs

│?? │?? │?? ├── ResolveResult.cs

│?? │?? │?? ├── ThisResolveResult.cs

│?? │?? │?? ├── TypeIsResolveResult.cs

│?? │?? │?? ├── TypeOfResolveResult.cs

│?? │?? │?? ├── TypeResolveResult.cs

│?? │?? │?? └── UnknownMemberResolveResult.cs

│?? │?? ├── TextLocation.cs

│?? │?? ├── TypeSystem

│?? │?? │?? ├── Accessibility.cs

│?? │?? │?? ├── AnonymousType.cs

│?? │?? │?? ├── ArrayType.cs

│?? │?? │?? ├── ByReferenceType.cs

│?? │?? │?? ├── CecilLoader.cs

│?? │?? │?? ├── ComHelper.cs

│?? │?? │?? ├── DomRegion.cs

│?? │?? │?? ├── EntityType.cs

│?? │?? │?? ├── Error.cs

│?? │?? │?? ├── ExtensionMethods.cs

│?? │?? │?? ├── IAmbience.cs

│?? │?? │?? ├── IAssembly.cs

│?? │?? │?? ├── IAttribute.cs

│?? │?? │?? ├── ICompilation.cs

│?? │?? │?? ├── IConstantValue.cs

│?? │?? │?? ├── IEntity.cs

│?? │?? │?? ├── IEvent.cs

│?? │?? │?? ├── IField.cs

│?? │?? │?? ├── IFreezable.cs

│?? │?? │?? ├── IInterningProvider.cs

│?? │?? │?? ├── IMember.cs

│?? │?? │?? ├── IMethod.cs

│?? │?? │?? ├── Implementation

│?? │?? │?? │?? ├── AbstractFreezable.cs

│?? │?? │?? │?? ├── AbstractResolvedEntity.cs

│?? │?? │?? │?? ├── AbstractResolvedMember.cs

│?? │?? │?? │?? ├── AbstractResolvedTypeParameter.cs

│?? │?? │?? │?? ├── AbstractType.cs

│?? │?? │?? │?? ├── AbstractUnresolvedEntity.cs

│?? │?? │?? │?? ├── AbstractUnresolvedMember.cs

│?? │?? │?? │?? ├── BaseTypeCollector.cs

│?? │?? │?? │?? ├── DefaultAssemblyReference.cs

│?? │?? │?? │?? ├── DefaultMemberReference.cs

│?? │?? │?? │?? ├── DefaultParameter.cs

│?? │?? │?? │?? ├── DefaultResolvedEvent.cs

│?? │?? │?? │?? ├── DefaultResolvedField.cs

│?? │?? │?? │?? ├── DefaultResolvedMethod.cs

│?? │?? │?? │?? ├── DefaultResolvedProperty.cs

│?? │?? │?? │?? ├── DefaultResolvedTypeDefinition.cs

│?? │?? │?? │?? ├── DefaultResolvedTypeParameter.cs

│?? │?? │?? │?? ├── DefaultSolutionSnapshot.cs

│?? │?? │?? │?? ├── DefaultUnresolvedAssembly.cs

│?? │?? │?? │?? ├── DefaultUnresolvedAttribute.cs

│?? │?? │?? │?? ├── DefaultUnresolvedEvent.cs

│?? │?? │?? │?? ├── DefaultUnresolvedField.cs

│?? │?? │?? │?? ├── DefaultUnresolvedMethod.cs

│?? │?? │?? │?? ├── DefaultUnresolvedParameter.cs

│?? │?? │?? │?? ├── DefaultUnresolvedProperty.cs

│?? │?? │?? │?? ├── DefaultUnresolvedTypeDefinition.cs

│?? │?? │?? │?? ├── DefaultUnresolvedTypeParameter.cs

│?? │?? │?? │?? ├── DummyTypeParameter.cs

│?? │?? │?? │?? ├── ExplicitInterfaceImplementationMemberReference.cs

│?? │?? │?? │?? ├── FullNameAndTypeParameterCount.cs

│?? │?? │?? │?? ├── GetClassTypeReference.cs

│?? │?? │?? │?? ├── GetMembersHelper.cs

│?? │?? │?? │?? ├── KnownTypeCache.cs

│?? │?? │?? │?? ├── MergedNamespace.cs

│?? │?? │?? │?? ├── MinimalCorlib.cs

│?? │?? │?? │?? ├── NestedTypeReference.cs

│?? │?? │?? │?? ├── SimpleCompilation.cs

│?? │?? │?? │?? ├── SimpleConstantValue.cs

│?? │?? │?? │?? ├── SimpleInterningProvider.cs

│?? │?? │?? │?? ├── SimpleTypeResolveContext.cs

│?? │?? │?? │?? ├── SpecializedEvent.cs

│?? │?? │?? │?? ├── SpecializedField.cs

│?? │?? │?? │?? ├── SpecializedMember.cs

│?? │?? │?? │?? ├── SpecializedMethod.cs

│?? │?? │?? │?? ├── SpecializedProperty.cs

│?? │?? │?? │?? ├── SpecializingMemberReference.cs

│?? │?? │?? │?? ├── TypeParameterReference.cs

│?? │?? │?? │?? ├── TypeParameterSubstitution.cs

│?? │?? │?? │?? ├── TypeWithElementType.cs

│?? │?? │?? │?? ├── UnknownType.cs

│?? │?? │?? │?? └── VoidTypeDefinition.cs

│?? │?? │?? ├── INamedElement.cs

│?? │?? │?? ├── INamespace.cs

│?? │?? │?? ├── InheritanceHelper.cs

│?? │?? │?? ├── IntersectionType.cs

│?? │?? │?? ├── IParameter.cs

│?? │?? │?? ├── IParameterizedMember.cs

│?? │?? │?? ├── IParsedFile.cs

│?? │?? │?? ├── IProjectContent.cs

│?? │?? │?? ├── IProperty.cs

│?? │?? │?? ├── ISolutionSnapshot.cs

│?? │?? │?? ├── ISupportsInterning.cs

│?? │?? │?? ├── IType.cs

│?? │?? │?? ├── ITypeDefinition.cs

│?? │?? │?? ├── ITypeParameter.cs

│?? │?? │?? ├── ITypeReference.cs

│?? │?? │?? ├── IVariable.cs

│?? │?? │?? ├── KnownTypeReference.cs

│?? │?? │?? ├── NullableType.cs

│?? │?? │?? ├── ParameterizedType.cs

│?? │?? │?? ├── ParameterListComparer.cs

│?? │?? │?? ├── PointerType.cs

│?? │?? │?? ├── ReflectionHelper.cs

│?? │?? │?? ├── ReflectionNameParseException.cs

│?? │?? │?? ├── SpecialType.cs

│?? │?? │?? ├── TypeKind.cs

│?? │?? │?? └── TypeVisitor.cs

│?? │?? └── Utils

│?? │?? ├── 7BitEncodedInts.cs

│?? │?? ├── BitVector16.cs

│?? │?? ├── BusyManager.cs

│?? │?? ├── CacheManager.cs

│?? │?? ├── CallbackOnDispose.cs

│?? │?? ├── CSharpPrimitiveCast.cs

│?? │?? ├── EmptyList.cs

│?? │?? ├── ExtensionMethods.cs

│?? │?? ├── FastSerializer.cs

│?? │?? ├── GraphVizGraph.cs

│?? │?? ├── ImmutableStack.cs

│?? │?? ├── KeyComparer.cs

│?? │?? ├── LazyInit.cs

│?? │?? ├── Platform.cs

│?? │?? ├── ProjectedList.cs

│?? │?? ├── ReferenceComparer.cs

│?? │?? └── TreeTraversal.cs

│?? ├── ICSharpCode.NRefactory.ConsistencyCheck

│?? │?? ├── app.config

│?? │?? ├── CSharpProject.cs

│?? │?? ├── FindReferencesConsistencyCheck.cs

│?? │?? ├── ICSharpCode.NRefactory.ConsistencyCheck.csproj

│?? │?? ├── IDStringConsistencyCheck.cs

│?? │?? ├── Program.cs

│?? │?? ├── Properties

│?? │?? │?? └── AssemblyInfo.cs

│?? │?? ├── RandomizedOrderResolverTest.cs

│?? │?? ├── Readme.txt

│?? │?? ├── ResolverTest.cs

│?? │?? ├── RoundtripTest.cs

│?? │?? ├── Solution.cs

│?? │?? └── Xml

│?? │?? ├── IncrementalXmlParserTests.cs

│?? │?? └── XmlReaderTest.cs

│?? ├── ICSharpCode.NRefactory.CSharp

│?? │?? ├── Analysis

│?? │?? │?? ├── ControlFlow.cs

│?? │?? │?? ├── DefiniteAssignmentAnalysis.cs

│?? │?? │?? └── ReachabilityAnalysis.cs

│?? │?? ├── Ast

│?? │?? │?? ├── AstNodeCollection.cs

│?? │?? │?? ├── AstNode.cs

│?? │?? │?? ├── AstType.cs

│?? │?? │?? ├── CompilationUnit.cs

│?? │?? │?? ├── ComposedType.cs

│?? │?? │?? ├── CSharpModifierToken.cs

│?? │?? │?? ├── CSharpTokenNode.cs

│?? │?? │?? ├── CSharpUtil.cs

│?? │?? │?? ├── DepthFirstAstVisitor.cs

│?? │?? │?? ├── DocumentationReference.cs

│?? │?? │?? ├── ErrorNode.cs

│?? │?? │?? ├── Expressions

│?? │?? │?? │?? ├── AnonymousMethodExpression.cs

│?? │?? │?? │?? ├── AnonymousTypeCreateExpression.cs

│?? │?? │?? │?? ├── ArrayCreateExpression.cs

│?? │?? │?? │?? ├── ArrayInitializerExpression.cs

│?? │?? │?? │?? ├── AsExpression.cs

│?? │?? │?? │?? ├── AssignmentExpression.cs

│?? │?? │?? │?? ├── BaseReferenceExpression.cs

│?? │?? │?? │?? ├── BinaryOperatorExpression.cs

│?? │?? │?? │?? ├── CastExpression.cs

│?? │?? │?? │?? ├── CheckedExpression.cs

│?? │?? │?? │?? ├── ConditionalExpression.cs

│?? │?? │?? │?? ├── DefaultValueExpression.cs

│?? │?? │?? │?? ├── DirectionExpression.cs

│?? │?? │?? │?? ├── EmptyExpression.cs

│?? │?? │?? │?? ├── ErrorExpression.cs

│?? │?? │?? │?? ├── Expression.cs

│?? │?? │?? │?? ├── IdentifierExpression.cs

│?? │?? │?? │?? ├── IndexerExpression.cs

│?? │?? │?? │?? ├── InvocationExpression.cs

│?? │?? │?? │?? ├── IsExpression.cs

│?? │?? │?? │?? ├── LambdaExpression.cs

│?? │?? │?? │?? ├── MemberReferenceExpression.cs

│?? │?? │?? │?? ├── NamedArgumentExpression.cs

│?? │?? │?? │?? ├── NamedExpression.cs

│?? │?? │?? │?? ├── NullReferenceExpression.cs

│?? │?? │?? │?? ├── ObjectCreateExpression.cs

│?? │?? │?? │?? ├── ParenthesizedExpression.cs

│?? │?? │?? │?? ├── PointerReferenceExpression.cs

│?? │?? │?? │?? ├── PrimitiveExpression.cs

│?? │?? │?? │?? ├── QueryExpression.cs

│?? │?? │?? │?? ├── SizeOfExpression.cs

│?? │?? │?? │?? ├── StackAllocExpression.cs

│?? │?? │?? │?? ├── ThisReferenceExpression.cs

│?? │?? │?? │?? ├── TypeOfExpression.cs

│?? │?? │?? │?? ├── TypeReferenceExpression.cs

│?? │?? │?? │?? ├── UnaryOperatorExpression.cs

│?? │?? │?? │?? ├── UncheckedExpression.cs

│?? │?? │?? │?? └── UndocumentedExpression.cs

│?? │?? │?? ├── GeneralScope

│?? │?? │?? │?? ├── Attribute.cs

│?? │?? │?? │?? ├── AttributeSection.cs

│?? │?? │?? │?? ├── Comment.cs

│?? │?? │?? │?? ├── Constraint.cs

│?? │?? │?? │?? ├── DelegateDeclaration.cs

│?? │?? │?? │?? ├── ExternAliasDeclaration.cs

│?? │?? │?? │?? ├── NamespaceDeclaration.cs

│?? │?? │?? │?? ├── NewLineNode.cs

│?? │?? │?? │?? ├── PreProcessorDirective.cs

│?? │?? │?? │?? ├── TextNode.cs

│?? │?? │?? │?? ├── TypeDeclaration.cs

│?? │?? │?? │?? ├── TypeParameterDeclaration.cs

│?? │?? │?? │?? ├── UsingAliasDeclaration.cs

│?? │?? │?? │?? ├── UsingDeclaration.cs

│?? │?? │?? │?? └── WhitespaceNode.cs

│?? │?? │?? ├── IAstVisitor.cs

│?? │?? │?? ├── Identifier.cs

│?? │?? │?? ├── IdentifierExpressionBackreference.cs

│?? │?? │?? ├── MemberType.cs

│?? │?? │?? ├── Modifiers.cs

│?? │?? │?? ├── NodeType.cs

│?? │?? │?? ├── ObservableAstVisitor.cs

│?? │?? │?? ├── PrimitiveType.cs

│?? │?? │?? ├── Roles.cs

│?? │?? │?? ├── SimpleType.cs

│?? │?? │?? ├── Statements

│?? │?? │?? │?? ├── BlockStatement.cs

│?? │?? │?? │?? ├── BreakStatement.cs

│?? │?? │?? │?? ├── CheckedStatement.cs

│?? │?? │?? │?? ├── ContinueStatement.cs

│?? │?? │?? │?? ├── DoWhileStatement.cs

│?? │?? │?? │?? ├── EmptyStatement.cs

│?? │?? │?? │?? ├── ExpressionStatement.cs

│?? │?? │?? │?? ├── FixedStatement.cs

│?? │?? │?? │?? ├── ForeachStatement.cs

│?? │?? │?? │?? ├── ForStatement.cs

│?? │?? │?? │?? ├── GotoStatement.cs

│?? │?? │?? │?? ├── IfElseStatement.cs

│?? │?? │?? │?? ├── LabelStatement.cs

│?? │?? │?? │?? ├── LockStatement.cs

│?? │?? │?? │?? ├── ReturnStatement.cs

│?? │?? │?? │?? ├── Statement.cs

│?? │?? │?? │?? ├── SwitchStatement.cs

│?? │?? │?? │?? ├── ThrowStatement.cs

│?? │?? │?? │?? ├── TryCatchStatement.cs

│?? │?? │?? │?? ├── UncheckedStatement.cs

│?? │?? │?? │?? ├── UnsafeStatement.cs

│?? │?? │?? │?? ├── UsingStatement.cs

│?? │?? │?? │?? ├── VariableDeclarationStatement.cs

│?? │?? │?? │?? ├── WhileStatement.cs

│?? │?? │?? │?? ├── YieldBreakStatement.cs

│?? │?? │?? │?? └── YieldReturnStatement.cs

│?? │?? │?? ├── TokenRole.cs

│?? │?? │?? └── TypeMembers

│?? │?? │?? ├── Accessor.cs

│?? │?? │?? ├── ConstructorDeclaration.cs

│?? │?? │?? ├── DestructorDeclaration.cs

│?? │?? │?? ├── EntityDeclaration.cs

│?? │?? │?? ├── EnumMemberDeclaration.cs

│?? │?? │?? ├── EventDeclaration.cs

│?? │?? │?? ├── FieldDeclaration.cs

│?? │?? │?? ├── FixedFieldDeclaration.cs

│?? │?? │?? ├── FixedVariableInitializer.cs

│?? │?? │?? ├── IndexerDeclaration.cs

│?? │?? │?? ├── MethodDeclaration.cs

│?? │?? │?? ├── OperatorDeclaration.cs

│?? │?? │?? ├── ParameterDeclaration.cs

│?? │?? │?? ├── PropertyDeclaration.cs

│?? │?? │?? └── VariableInitializer.cs

│?? │?? ├── Completion

│?? │?? │?? ├── CompletionDataWrapper.cs

│?? │?? │?? ├── CSharpCompletionEngineBase.cs

│?? │?? │?? ├── CSharpCompletionEngine.cs

│?? │?? │?? ├── CSharpParameterCompletionEngine.cs

│?? │?? │?? ├── ICompletionDataFactory.cs

│?? │?? │?? ├── IMemberProvider.cs

│?? │?? │?? └── IParameterCompletionDataFactory.cs

│?? │?? ├── CSharpProjectContent.cs

│?? │?? ├── Formatter

│?? │?? │?? ├── AstFormattingVisitor.cs

│?? │?? │?? ├── CSharpFormattingOptions.cs

│?? │?? │?? ├── FormattingOptionsFactory.cs

│?? │?? │?? ├── GeneratedCodeSettings.cs

│?? │?? │?? ├── Indent.cs

│?? │?? │?? └── TextEditorOptions.cs

│?? │?? ├── ICSharpCode.NRefactory.CSharp.csproj

│?? │?? ├── OutputVisitor

│?? │?? │?? ├── CodeDomConvertVisitor.cs

│?? │?? │?? ├── CSharpAmbience.cs

│?? │?? │?? ├── CSharpOutputVisitor.cs

│?? │?? │?? ├── InsertParenthesesVisitor.cs

│?? │?? │?? ├── IOutputFormatter.cs

│?? │?? │?? └── TextWriterOutputFormatter.cs

│?? │?? ├── Parser

│?? │?? │?? ├── CSharpParser.cs

│?? │?? │?? └── mcs

│?? │?? │?? ├── anonymous.cs

│?? │?? │?? ├── argument.cs

│?? │?? │?? ├── assembly.cs

│?? │?? │?? ├── assign.cs

│?? │?? │?? ├── async.cs

│?? │?? │?? ├── attribute.cs

│?? │?? │?? ├── cfold.cs

│?? │?? │?? ├── class.cs

│?? │?? │?? ├── codegen.cs

│?? │?? │?? ├── complete.cs

│?? │?? │?? ├── constant.cs

│?? │?? │?? ├── const.cs

│?? │?? │?? ├── context.cs

│?? │?? │?? ├── convert.cs

│?? │?? │?? ├── CryptoConvert.cs

│?? │?? │?? ├── cs-parser.cs

│?? │?? │?? ├── cs-parser.jay

│?? │?? │?? ├── cs-tokenizer.cs

│?? │?? │?? ├── decl.cs

│?? │?? │?? ├── delegate.cs

│?? │?? │?? ├── doc.cs

│?? │?? │?? ├── driver.cs

│?? │?? │?? ├── dynamic.cs

│?? │?? │?? ├── ecore.cs

│?? │?? │?? ├── enum.cs

│?? │?? │?? ├── eval.cs

│?? │?? │?? ├── expression.cs

│?? │?? │?? ├── field.cs

│?? │?? │?? ├── flowanalysis.cs

│?? │?? │?? ├── generic.cs

│?? │?? │?? ├── import.cs

│?? │?? │?? ├── iterators.cs

│?? │?? │?? ├── lambda.cs

│?? │?? │?? ├── linq.cs

│?? │?? │?? ├── literal.cs

│?? │?? │?? ├── location.cs

│?? │?? │?? ├── membercache.cs

│?? │?? │?? ├── method.cs

│?? │?? │?? ├── modifiers.cs

│?? │?? │?? ├── module.cs

│?? │?? │?? ├── MonoSymbolFile.cs

│?? │?? │?? ├── MonoSymbolTable.cs

│?? │?? │?? ├── MonoSymbolWriter.cs

│?? │?? │?? ├── namespace.cs

│?? │?? │?? ├── nullable.cs

│?? │?? │?? ├── outline.cs

│?? │?? │?? ├── parameter.cs

│?? │?? │?? ├── pending.cs

│?? │?? │?? ├── property.cs

│?? │?? │?? ├── reflection.cs

│?? │?? │?? ├── report.cs

│?? │?? │?? ├── settings.cs

│?? │?? │?? ├── SourceMethodBuilder.cs

│?? │?? │?? ├── statement.cs

│?? │?? │?? ├── support.cs

│?? │?? │?? ├── symbolwriter.cs

│?? │?? │?? ├── typemanager.cs

│?? │?? │?? ├── typespec.cs

│?? │?? │?? └── visit.cs

│?? │?? ├── Properties

│?? │?? │?? └── AssemblyInfo.cs

│?? │?? ├── Refactoring

│?? │?? │?? ├── BaseRefactoringContext.cs

│?? │?? │?? ├── CodeAction.cs

│?? │?? │?? ├── CodeActions

│?? │?? │?? │?? ├── AddAnotherAccessorAction.cs

│?? │?? │?? │?? ├── CheckIfParameterIsNullAction.cs

│?? │?? │?? │?? ├── ConvertDecToHexAction.cs

│?? │?? │?? │?? ├── ConvertForeachToForAction.cs

│?? │?? │?? │?? ├── ConvertHexToDecAction.cs

│?? │?? │?? │?? ├── CreateBackingStoreAction.cs

│?? │?? │?? │?? ├── CreateClassDeclarationAction.cs

│?? │?? │?? │?? ├── CreateConstructorDeclarationAction.cs

│?? │?? │?? │?? ├── CreateDelegateAction.cs

│?? │?? │?? │?? ├── CreateEventInvocatorAction.cs

│?? │?? │?? │?? ├── CreateFieldAction.cs

│?? │?? │?? │?? ├── CreateIndexerAction.cs

│?? │?? │?? │?? ├── CreateLocalVariableAction.cs

│?? │?? │?? │?? ├── CreateMethodDeclarationAction.cs

│?? │?? │?? │?? ├── CreatePropertyAction.cs

│?? │?? │?? │?? ├── DeclareLocalVariableAction.cs

│?? │?? │?? │?? ├── ExtractMethod

│?? │?? │?? │?? │?? ├── ExtractMethodAction.cs

│?? │?? │?? │?? │?? ├── StaticVisitor.cs

│?? │?? │?? │?? │?? └── VariableLookupVisitor.cs

│?? │?? │?? │?? ├── FlipOperatorArgumentsAction.cs

│?? │?? │?? │?? ├── GenerateGetterAction.cs

│?? │?? │?? │?? ├── GeneratePropertyAction.cs

│?? │?? │?? │?? ├── GenerateSwitchLabelsAction.cs

│?? │?? │?? │?? ├── InlineLocalVariableAction.cs

│?? │?? │?? │?? ├── InsertAnonymousMethodSignatureAction.cs

│?? │?? │?? │?? ├── IntroduceConstantAction.cs

│?? │?? │?? │?? ├── IntroduceFormatItemAction.cs

│?? │?? │?? │?? ├── InvertIfAction.cs

│?? │?? │?? │?? ├── RemoveBackingStoreAction.cs

│?? │?? │?? │?? ├── RemoveBracesAction.cs

│?? │?? │?? │?? ├── RemoveRegionAction.cs

│?? │?? │?? │?? ├── ReplaceEmptyStringAction.cs

│?? │?? │?? │?? ├── SpecializedCodeAction.cs

│?? │?? │?? │?? ├── SplitDeclarationAndAssignmentAction.cs

│?? │?? │?? │?? ├── SplitStringAction.cs

│?? │?? │?? │?? ├── UseExplicitTypeAction.cs

│?? │?? │?? │?? └── UseVarKeywordAction.cs

│?? │?? │?? ├── CodeIssue.cs

│?? │?? │?? ├── CodeIssues

│?? │?? │?? │?? ├── ConditionalToNullCoalescingIssue.cs

│?? │?? │?? │?? ├── ExplicitConversionInForEachIssue.cs

│?? │?? │?? │?? ├── GatherVisitorBase.cs

│?? │?? │?? │?? ├── InconsistentNamingIssue

│?? │?? │?? │?? │?? ├── AffectedEntity.cs

│?? │?? │?? │?? │?? ├── DefaultRules.cs

│?? │?? │?? │?? │?? ├── InconsistentNamingIssue.cs

│?? │?? │?? │?? │?? ├── NamingConventionService.cs

│?? │?? │?? │?? │?? ├── NamingRule.cs

│?? │?? │?? │?? │?? ├── NamingStyle.cs

│?? │?? │?? │?? │?? └── WordParser.cs

│?? │?? │?? │?? ├── IssueCategories.cs

│?? │?? │?? │?? ├── NotImplementedExceptionIssue.cs

│?? │?? │?? │?? ├── RedundantInternalIssue.cs

│?? │?? │?? │?? ├── RedundantNamespaceUsageIssue.cs

│?? │?? │?? │?? ├── RedundantPrivateIssue.cs

│?? │?? │?? │?? ├── RedundantThisIssue.cs

│?? │?? │?? │?? ├── RedundantUsingIssue.cs

│?? │?? │?? │?? ├── StringIsNullOrEmptyIssue.cs

│?? │?? │?? │?? └── UseVarKeywordIssue.cs

│?? │?? │?? ├── ContextActionAttribute.cs

│?? │?? │?? ├── DocumentScript.cs

│?? │?? │?? ├── ICodeActionProvider.cs

│?? │?? │?? ├── ICodeIssueProvider.cs

│?? │?? │?? ├── IssueAttribute.cs

│?? │?? │?? ├── IssueMarker.cs

│?? │?? │?? ├── PatternHelper.cs

│?? │?? │?? ├── RefactoringAstHelper.cs

│?? │?? │?? ├── RefactoringContext.cs

│?? │?? │?? ├── Script.cs

│?? │?? │?? ├── Severity.cs

│?? │?? │?? └── TypeSystemAstBuilder.cs

│?? │?? ├── Resolver

│?? │?? │?? ├── CompositeResolveVisitorNavigator.cs

│?? │?? │?? ├── CSharpAstResolver.cs

│?? │?? │?? ├── CSharpConversions.cs

│?? │?? │?? ├── CSharpInvocationResolveResult.cs

│?? │?? │?? ├── CSharpOperators.cs

│?? │?? │?? ├── CSharpResolver.cs

│?? │?? │?? ├── DetectSkippableNodesNavigator.cs

│?? │?? │?? ├── FindReferencedEntities.cs

│?? │?? │?? ├── FindReferences.cs

│?? │?? │?? ├── FindReferenceSearchScope.cs

│?? │?? │?? ├── IResolveVisitorNavigator.cs

│?? │?? │?? ├── LambdaResolveResult.cs

│?? │?? │?? ├── Log.cs

│?? │?? │?? ├── MemberLookup.cs

│?? │?? │?? ├── MethodGroupResolveResult.cs

│?? │?? │?? ├── NodeListResolveVisitorNavigator.cs

│?? │?? │?? ├── OverloadResolution.cs

│?? │?? │?? ├── OverloadResolutionErrors.cs

│?? │?? │?? ├── ResolveAtLocation.cs

│?? │?? │?? ├── ResolveVisitor.cs

│?? │?? │?? └── TypeInference.cs

│?? │?? ├── SimpleNameLookupMode.cs

│?? │?? └── TypeSystem

│?? │?? ├── AliasNamespaceReference.cs

│?? │?? ├── AttributeTypeReference.cs

│?? │?? ├── ConstantValues.cs

│?? │?? ├── CSharpAssembly.cs

│?? │?? ├── CSharpAttribute.cs

│?? │?? ├── CSharpDocumentationComment.cs

│?? │?? ├── CSharpParsedFile.cs

│?? │?? ├── CSharpTypeResolveContext.cs

│?? │?? ├── CSharpUnresolvedTypeDefinition.cs

│?? │?? ├── MemberTypeOrNamespaceReference.cs

│?? │?? ├── MethodTypeParameterWithInheritedConstraints.cs

│?? │?? ├── ResolvedUsingScope.cs

│?? │?? ├── SimpleTypeOrNamespaceReference.cs

│?? │?? ├── TypeOrNamespaceReference.cs

│?? │?? ├── TypeSystemConvertVisitor.cs

│?? │?? └── UsingScope.cs

│?? ├── ICSharpCode.NRefactory.CSharp.AstVerifier

│?? │?? ├── AssemblyInfo.cs

│?? │?? ├── ICSharpCode.NRefactory.CSharp.AstVerifier.csproj

│?? │?? └── Main.cs

│?? ├── ICSharpCode.NRefactory.Demo

│?? │?? ├── CSDemo.cs

│?? │?? ├── CSDemo.Designer.cs

│?? │?? ├── CSDemo.resx

│?? │?? ├── ICSharpCode.NRefactory.Demo.csproj

│?? │?? ├── MainForm.cs

│?? │?? ├── MainForm.Designer.cs

│?? │?? ├── MainForm.resx

│?? │?? ├── Program.cs

│?? │?? ├── Properties

│?? │?? │?? └── AssemblyInfo.cs

│?? │?? ├── VBAstView.cs

│?? │?? ├── VBAstView.Designer.cs

│?? │?? ├── VBAstView.resx

│?? │?? ├── VBDemo.cs

│?? │?? ├── VBDemo.Designer.cs

│?? │?? ├── VBDemo.resx

│?? │?? ├── VBEditDialog.cs

│?? │?? ├── VBEditDialog.Designer.cs

│?? │?? └── VBEditDialog.resx

│?? ├── ICSharpCode.NRefactory.GtkDemo

│?? │?? ├── AssemblyInfo.cs

│?? │?? ├── CSharpDemo.cs

│?? │?? ├── gtk-gui

│?? │?? │?? ├── generated.cs

│?? │?? │?? ├── gui.stetic

│?? │?? │?? └── ICSharpCode.NRefactory.GtkDemo.MainWindow.cs

│?? │?? ├── ICSharpCode.NRefactory.GtkDemo.csproj

│?? │?? ├── Main.cs

│?? │?? ├── MainWindow.cs

│?? │?? └── pixbuf

│?? │?? ├── comment.png

│?? │?? ├── element-class-16.png

│?? │?? ├── element-field-16.png

│?? │?? ├── element-literal-16.png

│?? │?? ├── element-method-16.png

│?? │?? └── element-namespace-16.png

│?? ├── ICSharpCode.NRefactory.snk

│?? ├── ICSharpCode.NRefactory.Tests

│?? │?? ├── CSharp

│?? │?? │?? ├── Analysis

│?? │?? │?? │?? └── DefiniteAssignmentTests.cs

│?? │?? │?? ├── AstStructureTests.cs

│?? │?? │?? ├── CodeActions

│?? │?? │?? │?? ├── AddAnotherAccessorTests.cs

│?? │?? │?? │?? ├── CheckIfParameterIsNullTests.cs

│?? │?? │?? │?? ├── ContextActionTestBase.cs

│?? │?? │?? │?? ├── ConvertDecToHexTests.cs

│?? │?? │?? │?? ├── ConvertForeachToForTests.cs

│?? │?? │?? │?? ├── ConvertHexToDecTests.cs

│?? │?? │?? │?? ├── CreateClassDeclarationTests.cs

│?? │?? │?? │?? ├── CreateConstructorDeclarationTests.cs

│?? │?? │?? │?? ├── CreateDelegateTests.cs

│?? │?? │?? │?? ├── CreateFieldTests.cs

│?? │?? │?? │?? ├── CreateIndexerTests.cs

│?? │?? │?? │?? ├── CreateLocalVariableTests.cs

│?? │?? │?? │?? ├── CreateMethodDeclarationTests.cs

│?? │?? │?? │?? ├── CreatePropertyTests.cs

│?? │?? │?? │?? ├── DeclareLocalVariableTests.cs

│?? │?? │?? │?? ├── ExtractMethodTests.cs

│?? │?? │?? │?? ├── FlipOperatorArgumentsTests.cs

│?? │?? │?? │?? ├── GenerateGetterTests.cs

│?? │?? │?? │?? ├── GeneratePropertyTests.cs

│?? │?? │?? │?? ├── GenerateSwitchLabelsTests.cs

│?? │?? │?? │?? ├── InlineLocalVariableTests.cs

│?? │?? │?? │?? ├── InsertAnonymousMethodSignatureTests.cs

│?? │?? │?? │?? ├── IntroduceConstantTests.cs

│?? │?? │?? │?? ├── IntroduceFormatItemTests.cs

│?? │?? │?? │?? ├── InvertIfTests.cs

│?? │?? │?? │?? ├── RemoveBackingStoreTests.cs

│?? │?? │?? │?? ├── RemoveBracesTests.cs

│?? │?? │?? │?? ├── RemoveRegionTests.cs

│?? │?? │?? │?? ├── ReplaceEmptyStringTests.cs

│?? │?? │?? │?? ├── SplitDeclarationAndAssignmentTests.cs

│?? │?? │?? │?? ├── SplitStringTests.cs

│?? │?? │?? │?? ├── TestRefactoringContext.cs

│?? │?? │?? │?? ├── UseExplicitTypeTests.cs

│?? │?? │?? │?? └── UseVarKeywordTests.cs

│?? │?? │?? ├── CodeCompletion

│?? │?? │?? │?? ├── CodeCompletionAccessibleTests.cs

│?? │?? │?? │?? ├── CodeCompletionBugTests.cs

│?? │?? │?? │?? ├── CodeCompletionCSharp3Tests.cs

│?? │?? │?? │?? ├── CodeCompletionCSharpTests.cs

│?? │?? │?? │?? ├── CodeComplteionOperatorTests.cs

│?? │?? │?? │?? ├── CompletionDataList.cs

│?? │?? │?? │?? ├── EnumContextTests.cs

│?? │?? │?? │?? ├── KeywordTests.cs

│?? │?? │?? │?? ├── NameContextTests.cs

│?? │?? │?? │?? ├── ObjectInitializerTests.cs

│?? │?? │?? │?? ├── ParameterCompletionTests.cs

│?? │?? │?? │?? ├── PreProcessorTests.cs

│?? │?? │?? │?? ├── TestBase.cs

│?? │?? │?? │?? └── VariableDeclarationStatementTests.cs

│?? │?? │?? ├── CodeDomConvertVisitorTests.cs

│?? │?? │?? ├── CodeIssues

│?? │?? │?? │?? ├── ConditionalToNullCoalescingInspectorTests.cs

│?? │?? │?? │?? ├── ExplicitConversionInForEachIssueTests.cs

│?? │?? │?? │?? ├── InconsistentNamingTests.cs

│?? │?? │?? │?? ├── InspectionActionTestBase.cs

│?? │?? │?? │?? ├── NotImplementedExceptionInspectorTests.cs

│?? │?? │?? │?? ├── RedundantInternalInspectorTests.cs

│?? │?? │?? │?? ├── RedundantNamespaceUsageInspectorTests.cs

│?? │?? │?? │?? ├── RedundantPrivateInspectorTests.cs

│?? │?? │?? │?? ├── RedundantThisInspectorTests.cs

│?? │?? │?? │?? ├── RedundantUsingInspectorTests.cs

│?? │?? │?? │?? ├── StringIsNullOrEmptyInspectorTests.cs

│?? │?? │?? │?? └── UseVarKeywordInspectorTests.cs

│?? │?? │?? ├── CSharpAmbienceTests.cs

│?? │?? │?? ├── CSharpOutputVisitorTests.cs

│?? │?? │?? ├── InsertParenthesesVisitorTests.cs

│?? │?? │?? ├── Inspector

│?? │?? │?? │?? └── InconsistentNamingIssueTests.cs

│?? │?? │?? ├── Parser

│?? │?? │?? │?? ├── Bugs

│?? │?? │?? │?? │?? └── ParserBugTests.cs

│?? │?? │?? │?? ├── Expression

│?? │?? │?? │?? │?? ├── AnonymousMethodExpressionTests.cs

│?? │?? │?? │?? │?? ├── AnonymousTypeCreateExpressionTests.cs

│?? │?? │?? │?? │?? ├── ArrayCreateExpressionTests.cs

│?? │?? │?? │?? │?? ├── AssignmentExpressionTests.cs

│?? │?? │?? │?? │?? ├── BaseReferenceExpressionTests.cs

│?? │?? │?? │?? │?? ├── BinaryOperatorExpressionTests.cs

│?? │?? │?? │?? │?? ├── CastExpressionTests.cs

│?? │?? │?? │?? │?? ├── CheckedExpressionTests.cs

│?? │?? │?? │?? │?? ├── ConditionalExpressionTests.cs

│?? │?? │?? │?? │?? ├── DefaultValueExpressionTests.cs

│?? │?? │?? │?? │?? ├── IdentifierExpressionTests.cs

│?? │?? │?? │?? │?? ├── IndexerExpressionTests.cs

│?? │?? │?? │?? │?? ├── InvocationExpressionTests.cs

│?? │?? │?? │?? │?? ├── IsExpressionTests.cs

│?? │?? │?? │?? │?? ├── LambdaExpressionTests.cs

│?? │?? │?? │?? │?? ├── MemberReferenceExpressionTests.cs

│?? │?? │?? │?? │?? ├── ObjectCreateExpressionTests.cs

│?? │?? │?? │?? │?? ├── ParenthesizedExpressionTests.cs

│?? │?? │?? │?? │?? ├── PointerReferenceExpressionTests.cs

│?? │?? │?? │?? │?? ├── PrimitiveExpressionTests.cs

│?? │?? │?? │?? │?? ├── QueryExpressionTests.cs

│?? │?? │?? │?? │?? ├── SizeOfExpressionTests.cs

│?? │?? │?? │?? │?? ├── StackAllocExpressionTests.cs

│?? │?? │?? │?? │?? ├── ThisReferenceExpressionTests.cs

│?? │?? │?? │?? │?? ├── TypeOfExpressionTests.cs

│?? │?? │?? │?? │?? ├── TypeReferenceExpressionTests.cs

│?? │?? │?? │?? │?? ├── UnaryOperatorExpressionTests.cs

│?? │?? │?? │?? │?? └── UndocumentedExpressionTests.cs

│?? │?? │?? │?? ├── GeneralScope

│?? │?? │?? │?? │?? ├── AttributeSectionTests.cs

│?? │?? │?? │?? │?? ├── CommentTests.cs

│?? │?? │?? │?? │?? ├── DelegateDeclarationTests.cs

│?? │?? │?? │?? │?? ├── NamespaceDeclarationTests.cs

│?? │?? │?? │?? │?? ├── PreprocessorDirectiveTests.cs

│?? │?? │?? │?? │?? ├── TypeDeclarationTests.cs

│?? │?? │?? │?? │?? └── UsingDeclarationTests.cs

│?? │?? │?? │?? ├── ParseSelfTests.cs

│?? │?? │?? │?? ├── ParseUtil.cs

│?? │?? │?? │?? ├── Statements

│?? │?? │?? │?? │?? ├── BlockStatementTests.cs

│?? │?? │?? │?? │?? ├── CheckedStatementTests.cs

│?? │?? │?? │?? │?? ├── EmptyStatementTests.cs

│?? │?? │?? │?? │?? ├── ExpressionStatementTests.cs

│?? │?? │?? │?? │?? ├── FixedStatementTests.cs

│?? │?? │?? │?? │?? ├── ForStatementTests.cs

│?? │?? │?? │?? │?? ├── GotoStatementTests.cs

│?? │?? │?? │?? │?? ├── IfElseStatementTests.cs

│?? │?? │?? │?? │?? ├── LabelStatementTests.cs

│?? │?? │?? │?? │?? ├── LockStatementTests.cs

│?? │?? │?? │?? │?? ├── ReturnStatementTests.cs

│?? │?? │?? │?? │?? ├── SwitchStatementTests.cs

│?? │?? │?? │?? │?? ├── ThrowStatementTests.cs

│?? │?? │?? │?? │?? ├── TryCatchStatementTests.cs

│?? │?? │?? │?? │?? ├── UnsafeStatementTests.cs

│?? │?? │?? │?? │?? ├── UsingStatementTests.cs

│?? │?? │?? │?? │?? ├── VariableDeclarationStatementTests.cs

│?? │?? │?? │?? │?? ├── WhileStatementTests.cs

│?? │?? │?? │?? │?? └── YieldStatementTests.cs

│?? │?? │?? │?? ├── TypeMembers

│?? │?? │?? │?? │?? ├── ConstructorDeclarationTests.cs

│?? │?? │?? │?? │?? ├── DestructorDeclarationTests.cs

│?? │?? │?? │?? │?? ├── EventDeclarationTests.cs

│?? │?? │?? │?? │?? ├── FieldDeclarationTests.cs

│?? │?? │?? │?? │?? ├── IndexerDeclarationTests.cs

│?? │?? │?? │?? │?? ├── MethodDeclarationTests.cs

│?? │?? │?? │?? │?? ├── OperatorDeclarationTests.cs

│?? │?? │?? │?? │?? └── PropertyDeclarationTests.cs

│?? │?? │?? │?? └── TypeSystemConvertVisitorTests.cs

│?? │?? │?? ├── Refactoring

│?? │?? │?? │?? └── TypeSystemAstBuilderTests.cs

│?? │?? │?? └── Resolver

│?? │?? │?? ├── AnonymousTypeTests.cs

│?? │?? │?? ├── ArrayCreateTests.cs

│?? │?? │?? ├── AttributeTests.cs

│?? │?? │?? ├── BinaryOperatorTests.cs

│?? │?? │?? ├── CastTests.cs

│?? │?? │?? ├── ComTests.cs

│?? │?? │?? ├── ConditionalOperatorTests.cs

│?? │?? │?? ├── ConversionsTest.cs

│?? │?? │?? ├── ExtensionMethodTests.cs

│?? │?? │?? ├── FindReferencesTest.cs

│?? │?? │?? ├── InvocationTests.cs

│?? │?? │?? ├── LambdaTests.cs

│?? │?? │?? ├── LinqTests.cs

│?? │?? │?? ├── LocalTypeInferenceTests.cs

│?? │?? │?? ├── MemberLookupTests.cs

│?? │?? │?? ├── NameLookupTests.cs

│?? │?? │?? ├── ObjectCreationTests.cs

│?? │?? │?? ├── OverloadResolutionTests.cs

│?? │?? │?? ├── ResolveAtLocationTests.cs

│?? │?? │?? ├── ResolverTestBase.cs

│?? │?? │?? ├── TypeInferenceTests.cs

│?? │?? │?? ├── UnaryOperatorTests.cs

│?? │?? │?? └── UnsafeCodeTests.cs

│?? │?? ├── Documentation

│?? │?? │?? ├── CSharpCrefLookupTests.cs

│?? │?? │?? ├── CSharpCrefParserTests.cs

│?? │?? │?? ├── CSharpDocumentationTests.cs

│?? │?? │?? └── IDStringTests.cs

│?? │?? ├── FormattingTests

│?? │?? │?? ├── TestBlankLineFormatting.cs

│?? │?? │?? ├── TestBraceStlye.cs

│?? │?? │?? ├── TestFormattingBugs.cs

│?? │?? │?? ├── TestKeepReformattingRules.cs

│?? │?? │?? ├── TestSpacingVisitor.cs

│?? │?? │?? ├── TestStatementIndentation.cs

│?? │?? │?? ├── TestTypeLevelIndentation.cs

│?? │?? │?? ├── TestWrapping.cs

│?? │?? │?? └── TextEditorTestAdapter.cs

│?? │?? ├── ICSharpCode.NRefactory.Tests.csproj

│?? │?? ├── Properties

│?? │?? │?? └── AssemblyInfo.cs

│?? │?? ├── TypeSystem

│?? │?? │?? ├── BlobLoaderTests.cs

│?? │?? │?? ├── CecilLoaderTests.cs

│?? │?? │?? ├── GetAllBaseTypesTest.cs

│?? │?? │?? ├── GetMembersTests.cs

│?? │?? │?? ├── ReflectionHelperTests.cs

│?? │?? │?? ├── SerializedCecilLoaderTests.cs

│?? │?? │?? ├── StructureTests.cs

│?? │?? │?? ├── TestInterningProvider.cs

│?? │?? │?? ├── TypeParameterTests.cs

│?? │?? │?? ├── TypeSystemHelper.cs

│?? │?? │?? ├── TypeSystemTests.cs

│?? │?? │?? └── TypeSystemTests.TestCase.cs

│?? │?? └── Utils

│?? │?? ├── CSharpPrimitiveCastTests.cs

│?? │?? └── TreeTraversalTests.cs

│?? ├── ICSharpCode.NRefactory.VB

│?? │?? ├── Ast

│?? │?? │?? ├── AstNodeCollection.cs

│?? │?? │?? ├── AstNode.cs

│?? │?? │?? ├── Comment.cs

│?? │?? │?? ├── Enums.cs

│?? │?? │?? ├── Expressions

│?? │?? │?? │?? ├── AnonymousObjectCreationExpression.cs

│?? │?? │?? │?? ├── ArrayCreateExpression.cs

│?? │?? │?? │?? ├── ArrayInitializerExpression.cs

│?? │?? │?? │?? ├── AssignmentExpression.cs

│?? │?? │?? │?? ├── BinaryOperatorExpression.cs

│?? │?? │?? │?? ├── CastExpression.cs

│?? │?? │?? │?? ├── CollectionRangeVariableDeclaration.cs

│?? │?? │?? │?? ├── ConditionalExpression.cs

│?? │?? │?? │?? ├── EmptyExpression.cs

│?? │?? │?? │?? ├── Expression.cs

│?? │?? │?? │?? ├── FieldInitializerExpression.cs

│?? │?? │?? │?? ├── GetTypeExpression.cs

│?? │?? │?? │?? ├── GetXmlNamespaceExpression.cs

│?? │?? │?? │?? ├── IdentifierExpression.cs

│?? │?? │?? │?? ├── InstanceExpression.cs

│?? │?? │?? │?? ├── InvocationExpression.cs

│?? │?? │?? │?? ├── LambdaExpression.cs

│?? │?? │?? │?? ├── MemberAccessExpression.cs

│?? │?? │?? │?? ├── NamedArgumentExpression.cs

│?? │?? │?? │?? ├── ObjectCreationExpression.cs

│?? │?? │?? │?? ├── ParenthesizedExpression.cs

│?? │?? │?? │?? ├── PrimitiveExpression.cs

│?? │?? │?? │?? ├── QueryExpression.cs

│?? │?? │?? │?? ├── SimpleNameExpression.cs

│?? │?? │?? │?? ├── TypeOfIsExpression.cs

│?? │?? │?? │?? ├── TypeReferenceExpression.cs

│?? │?? │?? │?? ├── UnaryOperatorExpression.cs

│?? │?? │?? │?? ├── VariableInitializer.cs

│?? │?? │?? │?? ├── XmlIdentifier.cs

│?? │?? │?? │?? └── XmlLiteralString.cs

│?? │?? │?? ├── General

│?? │?? │?? │?? ├── AttributeBlock.cs

│?? │?? │?? │?? ├── Attribute.cs

│?? │?? │?? │?? ├── AttributedNode.cs

│?? │?? │?? │?? ├── CompilationUnit.cs

│?? │?? │?? │?? ├── EventMemberSpecifier.cs

│?? │?? │?? │?? ├── InterfaceMemberSpecifier.cs

│?? │?? │?? │?? ├── ParameterDeclaration.cs

│?? │?? │?? │?? └── TypeParameterDeclaration.cs

│?? │?? │?? ├── Generated.cs

│?? │?? │?? ├── GlobalScope

│?? │?? │?? │?? ├── DelegateDeclaration.cs

│?? │?? │?? │?? ├── EnumDeclaration.cs

│?? │?? │?? │?? ├── EnumMemberDeclaration.cs

│?? │?? │?? │?? ├── ImportsClause.cs

│?? │?? │?? │?? ├── ImportsStatement.cs

│?? │?? │?? │?? ├── NamespaceDeclaration.cs

│?? │?? │?? │?? ├── OptionStatement.cs

│?? │?? │?? │?? └── TypeDeclaration.cs

│?? │?? │?? ├── Identifier.cs

│?? │?? │?? ├── INullable.cs

│?? │?? │?? ├── Statements

│?? │?? │?? │?? ├── BlockStatement.cs

│?? │?? │?? │?? ├── ContinueStatement.cs

│?? │?? │?? │?? ├── DoLoopStatement.cs

│?? │?? │?? │?? ├── ExitStatement.cs

│?? │?? │?? │?? ├── ExpressionStatement.cs

│?? │?? │?? │?? ├── ForEachStatement.cs

│?? │?? │?? │?? ├── ForStatement.cs

│?? │?? │?? │?? ├── GoToStatement.cs

│?? │?? │?? │?? ├── IfElseStatement.cs

│?? │?? │?? │?? ├── LabelDeclarationStatement.cs

│?? │?? │?? │?? ├── LocalDeclarationStatement.cs

│?? │?? │?? │?? ├── ReturnStatement.cs

│?? │?? │?? │?? ├── SelectStatement.cs

│?? │?? │?? │?? ├── Statement.cs

│?? │?? │?? │?? ├── SyncLockStatement.cs

│?? │?? │?? │?? ├── ThrowStatement.cs

│?? │?? │?? │?? ├── TryStatement.cs

│?? │?? │?? │?? ├── UsingStatement.cs

│?? │?? │?? │?? ├── WhileStatement.cs

│?? │?? │?? │?? ├── WithStatement.cs

│?? │?? │?? │?? └── YieldStatement.cs

│?? │?? │?? ├── TypeMembers

│?? │?? │?? │?? ├── Accessor.cs

│?? │?? │?? │?? ├── ConstructorDeclaration.cs

│?? │?? │?? │?? ├── EventDeclaration.cs

│?? │?? │?? │?? ├── ExternalMethodDeclaration.cs

│?? │?? │?? │?? ├── FieldDeclaration.cs

│?? │?? │?? │?? ├── MethodDeclaration.cs

│?? │?? │?? │?? ├── OperatorDeclaration.cs

│?? │?? │?? │?? ├── PropertyDeclaration.cs

│?? │?? │?? │?? └── VariableDeclarator.cs

│?? │?? │?? ├── TypeName

│?? │?? │?? │?? ├── AstType.cs

│?? │?? │?? │?? ├── ComposedType.cs

│?? │?? │?? │?? ├── PrimitiveType.cs

│?? │?? │?? │?? ├── QualifiedType.cs

│?? │?? │?? │?? └── SimpleType.cs

│?? │?? │?? ├── VBModifierToken.cs

│?? │?? │?? └── VBTokenNode.cs

│?? │?? ├── IAstVisitor.cs

│?? │?? ├── ICSharpCode.NRefactory.VB.csproj

│?? │?? ├── Lexer

│?? │?? │?? ├── Block.cs

│?? │?? │?? ├── ExpressionFinder.atg

│?? │?? │?? ├── ExpressionFinder.cs

│?? │?? │?? ├── ExpressionFinderState.cs

│?? │?? │?? ├── Extensions.cs

│?? │?? │?? ├── KeywordList.txt

│?? │?? │?? ├── Keywords.cs

│?? │?? │?? ├── LATextReader.cs

│?? │?? │?? ├── LookupTable.cs

│?? │?? │?? ├── Parser.cs

│?? │?? │?? ├── PushParser.frame

│?? │?? │?? ├── SavepointEventArgs.cs

│?? │?? │?? ├── Special

│?? │?? │?? │?? ├── BlankLine.cs

│?? │?? │?? │?? ├── Comment.cs

│?? │?? │?? │?? ├── CommentType.cs

│?? │?? │?? │?? ├── ISpecial.cs

│?? │?? │?? │?? ├── PreProcessingDirective.cs

│?? │?? │?? │?? ├── SpecialTracker.cs

│?? │?? │?? │?? └── TagComment.cs

│?? │?? │?? ├── Token.cs

│?? │?? │?? ├── Tokens.cs

│?? │?? │?? ├── VBLexer.cs

│?? │?? │?? ├── VBLexerMemento.cs

│?? │?? │?? └── XmlModeInfo.cs

│?? │?? ├── OutputVisitor

│?? │?? │?? ├── IOutputFormatter.cs

│?? │?? │?? ├── OutputVisitor.cs

│?? │?? │?? ├── TextWriterOutputFormatter.cs

│?? │?? │?? └── VBFormattingOptions.cs

│?? │?? ├── Parser

│?? │?? │?? ├── Errors.cs

│?? │?? │?? ├── Parser.cs

│?? │?? │?? ├── Parser.frame

│?? │?? │?? ├── vb.atg

│?? │?? │?? └── VBParser.cs

│?? │?? ├── PrettyPrinter

│?? │?? │?? ├── AbstractOutputFormatter.cs

│?? │?? │?? ├── AbstractPrettyPrintOptions.cs

│?? │?? │?? ├── IOutputAstVisitor.cs

│?? │?? │?? ├── SpecialNodesInserter.cs

│?? │?? │?? └── VBNet

│?? │?? │?? ├── VBNetOutputFormatter.cs

│?? │?? │?? ├── VBNetOutputVisitor.cs

│?? │?? │?? └── VBNetPrettyPrintOptions.cs

│?? │?? ├── Properties

│?? │?? │?? └── AssemblyInfo.cs

│?? │?? ├── VBParser.cs

│?? │?? └── Visitors

│?? │?? └── CSharpToVBConverterVisitor.cs

│?? ├── ICSharpCode.NRefactory.VB.Tests

│?? │?? ├── AssemblyInfo.cs

│?? │?? ├── General

│?? │?? │?? └── UnitTest.cs

│?? │?? ├── ICSharpCode.NRefactory.VB.Tests.csproj

│?? │?? ├── Lexer

│?? │?? │?? ├── CustomLexerTests.cs

│?? │?? │?? ├── ImplicitLineContinuationTests.cs

│?? │?? │?? ├── LATextReaderTests.cs

│?? │?? │?? ├── LexerContextTests.cs

│?? │?? │?? ├── LexerPositionTests.cs

│?? │?? │?? ├── LexerTests.cs

│?? │?? │?? ├── LiteralsTests.cs

│?? │?? │?? ├── TokenTests.cs

│?? │?? │?? └── XmlModeLexerTests.cs

│?? │?? ├── Output

│?? │?? │?? ├── CodeDOM

│?? │?? │?? │?? ├── CodeDOMParenthesizedExpressionTest.cs

│?? │?? │?? │?? ├── CodeDOMPrimitiveExpressionTest.cs

│?? │?? │?? │?? ├── CodeDOMTypeReferenceTest.cs

│?? │?? │?? │?? └── InvocationExpressionTest.cs

│?? │?? │?? ├── SpecialOutputVisitorTest.cs

│?? │?? │?? └── VBNet

│?? │?? │?? └── VBNetOutputTest.cs

│?? │?? └── Parser

│?? │?? ├── Expressions

│?? │?? │?? ├── AddressOfExpressionTests.cs

│?? │?? │?? ├── ArrayCreateExpressionTests.cs

│?? │?? │?? ├── AssignmentExpressionTests.cs

│?? │?? │?? ├── BaseReferenceExpressionTests.cs

│?? │?? │?? ├── BinaryOperatorExpressionTests.cs

│?? │?? │?? ├── CastExpressionTests.cs

│?? │?? │?? ├── ClassReferenceExpressionTests.cs

│?? │?? │?? ├── ConditionalExpressionTests.cs

│?? │?? │?? ├── GlobalReferenceExpressionTests.cs

│?? │?? │?? ├── IdentifierExpressionTests.cs

│?? │?? │?? ├── InvocationExpressionTests.cs

│?? │?? │?? ├── LambdaExpressionTests.cs

│?? │?? │?? ├── MemberReferenceExpressionTests.cs

│?? │?? │?? ├── ObjectCreateExpressionTests.cs

│?? │?? │?? ├── ParenthesizedExpressionTest.cs

│?? │?? │?? ├── PrimitiveExpressionTests.cs

│?? │?? │?? ├── QueryExpressionTests.cs

│?? │?? │?? ├── ThisReferenceExpressionTests.cs

│?? │?? │?? ├── TypeOfExpressionTests.cs

│?? │?? │?? ├── TypeOfIsExpressionTests.cs

│?? │?? │?? ├── TypeReferenceExpressionTests.cs

│?? │?? │?? ├── UnaryOperatorExpressionTests.cs

│?? │?? │?? ├── XmlExpressionTests.cs

│?? │?? │?? └── XmlMemberAccessExpressionTests.cs

│?? │?? ├── GlobalScope

│?? │?? │?? ├── AttributeSectionTests.cs

│?? │?? │?? ├── ImportsStatementTests.cs

│?? │?? │?? ├── NamespaceDeclarationTests.cs

│?? │?? │?? ├── OptionStatementTests.cs

│?? │?? │?? └── TypeDeclarationTests.cs

│?? │?? ├── ParseUtil.cs

│?? │?? ├── SnippetParserTests.cs

│?? │?? ├── Statements

│?? │?? │?? ├── AddHandlerStatementTests.cs

│?? │?? │?? ├── BlockStatementTests.cs

│?? │?? │?? ├── ContinueStatementTests.cs

│?? │?? │?? ├── DoLoopStatementTests.cs

│?? │?? │?? ├── EndStatementTests.cs

│?? │?? │?? ├── EraseStatementTests.cs

│?? │?? │?? ├── ErrorStatementTests.cs

│?? │?? │?? ├── ExpressionStatementTests.cs

│?? │?? │?? ├── ForeachStatementTests.cs

│?? │?? │?? ├── ForNextStatementTests.cs

│?? │?? │?? ├── GotoStatementTests.cs

│?? │?? │?? ├── IfElseStatementTests.cs

│?? │?? │?? ├── LabelStatementTests.cs

│?? │?? │?? ├── LocalVariableDeclarationTests.cs

│?? │?? │?? ├── LockStatementTests.cs

│?? │?? │?? ├── OnErrorStatementTest.cs

│?? │?? │?? ├── RaiseEventStatementTest.cs

│?? │?? │?? ├── ReDimStatementTests.cs

│?? │?? │?? ├── RemoveHandlerStatement.cs

│?? │?? │?? ├── ResumeStatement.cs

│?? │?? │?? ├── ReturnStatementTests.cs

│?? │?? │?? ├── StopStatementTests.cs

│?? │?? │?? ├── SwitchStatementTests.cs

│?? │?? │?? ├── ThrowStatementTests.cs

│?? │?? │?? ├── TryCatchStatementTests.cs

│?? │?? │?? ├── UsingStatementTests.cs

│?? │?? │?? └── WithStatementTests.cs

│?? │?? └── TypeLevel

│?? │?? ├── ConstructorDeclarationTests.cs

│?? │?? ├── CustomEventTests.cs

│?? │?? ├── DeclareDeclarationTests.cs

│?? │?? ├── EventDeclarationTests.cs

│?? │?? ├── FieldDeclarationTests.cs

│?? │?? ├── MethodDeclarationTests.cs

│?? │?? ├── OperatorDeclarationTests.cs

│?? │?? └── PropertyDeclarationTests.cs

│?? ├── ICSharpCode.NRefactory.Xml

│?? │?? ├── AXmlAttribute.cs

│?? │?? ├── AXmlDocument.cs

│?? │?? ├── AXmlElement.cs

│?? │?? ├── AXmlObject.cs

│?? │?? ├── AXmlParser.cs

│?? │?? ├── AXmlReader.cs

│?? │?? ├── AXmlTag.cs

│?? │?? ├── AXmlText.cs

│?? │?? ├── AXmlVisitor.cs

│?? │?? ├── DocumentationElement.cs

│?? │?? ├── ICSharpCode.NRefactory.Xml.csproj

│?? │?? ├── IncrementalParserState.cs

│?? │?? ├── InternalDocument.cs

│?? │?? ├── Log.cs

│?? │?? ├── ObjectIterator.cs

│?? │?? ├── Properties

│?? │?? │?? └── AssemblyInfo.cs

│?? │?? ├── ReuseEqualityComparer.cs

│?? │?? ├── SyntaxError.cs

│?? │?? ├── TagMatchingHeuristics.cs

│?? │?? ├── TagReader.cs

│?? │?? ├── TextType.cs

│?? │?? ├── TokenReader.cs

│?? │?? └── XmlSegment.cs

│?? ├── NRefactory.sln

│?? ├── Packages

│?? │?? └── ICSharpCode.NRefactory.nuspec

│?? └── README

├── packages

│?? ├── DiffLib.1.0.0.55

│?? │?? ├── DiffLib.1.0.0.55.nupkg

│?? │?? └── lib

│?? │?? └── net35-Client

│?? │?? ├── DiffLib.dll

│?? │?? └── DiffLib.XML

│?? └── repositories.config

├── README.txt

├── releasebuild.bat

├── REVISION

├── SharpTreeView

│?? ├── Converters.cs

│?? ├── copyright.txt

│?? ├── EditTextBox.cs

│?? ├── ExtensionMethods.cs

│?? ├── FlatListTreeNode.cs

│?? ├── GeneralAdorner.cs

│?? ├── ICSharpCode.TreeView.csproj

│?? ├── InsertMarker.cs

│?? ├── license.txt

│?? ├── LinesRenderer.cs

│?? ├── Properties

│?? │?? ├── AssemblyInfo.cs

│?? │?? └── GlobalAssemblyInfo.cs

│?? ├── SharpGridView.cs

│?? ├── SharpTreeNodeCollection.cs

│?? ├── SharpTreeNode.cs

│?? ├── SharpTreeNodeView.cs

│?? ├── SharpTreeView.cs

│?? ├── SharpTreeViewItem.cs

│?? ├── Themes

│?? │?? └── Generic.xaml

│?? ├── TreeFlattener.cs

│?? └── TreeTraversal.cs

└── TestPlugin

├── Clear.png

├── ContextMenuCommand.cs

├── CustomLanguage.cs

├── CustomOptionPage.xaml

├── CustomOptionPage.xaml.cs

├── MainMenuCommand.cs

├── Properties

│?? └── AssemblyInfo.cs

├── Readme.txt

└── TestPlugin.csproj

250 directories, 2273 files

總結(jié)

以上是生活随笔為你收集整理的php exeil导入,反编译工具ILSpy.exe的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。

亚洲国产日本 | 极品久久久久久久 | 国产一级不卡毛片 | 国际av在线| 久久在草| 免费福利视频导航 | 97国产超碰在线 | 天天射天天干天天操 | 最新免费av在线 | 免费看黄色毛片 | 国产精品一区二区视频 | 中文字幕日韩在线播放 | 在线观看视频黄 | 亚洲国产精品日韩 | 中文字幕影视 | 婷色在线 | 国产精品国产三级在线专区 | 成片免费观看视频999 | 免费观看国产精品 | 日韩免费在线观看网站 | 99久久精品国产网站 | 亚洲国产欧美在线看片xxoo | 碰超在线观看 | www.亚洲精品视频 | 成人午夜黄色影院 | 中文字幕av有码 | 91精品资源| 亚洲综合少妇 | 人人干人人草 | 国产高清在线不卡 | 欧美午夜久久 | 亚欧洲精品视频在线观看 | av在线一二三区 | 国产精品成人自拍 | 国产精品久久久久毛片大屁完整版 | 国产精品女同一区二区三区久久夜 | 国产精品美女久久久久久久久久久 | 国产福利91精品一区 | 91av在线免费 | 97碰碰精品嫩模在线播放 | 九九热精品视频在线观看 | 久久成电影 | av电影一区 | 国产黄在线播放 | 国产免费看 | 日韩av在线免费看 | 黄色一级大片免费看 | 日韩中文字幕在线观看 | 男女视频久久久 | 四虎在线永久免费观看 | 免费在线观看成人 | 九九免费在线视频 | 国产丝袜制服在线 | 日韩r级在线 | 不卡中文字幕av | 日本三级中文字幕在线观看 | 国产午夜视频在线观看 | 欧美日韩一区二区三区在线观看视频 | 亚洲乱亚洲乱亚洲 | 国产免费av一区二区三区 | 一区二区三区在线免费播放 | 国产一级片播放 | 天天综合网~永久入口 | 国产 中文 日韩 欧美 | 美女久久久久久久 | 欧美性生活大片 | 久久久国产一区二区三区 | 91粉色视频 | 亚洲黄色激情小说 | 久久免费黄色 | 午夜国产一区二区 | 黄污网 | 在线观看视频h | 欧美午夜激情网 | 在线免费观看羞羞视频 | 黄色亚洲大片免费在线观看 | 日韩视频一区二区在线观看 | 在线韩国电影免费观影完整版 | 欧美激情xxxx性bbbb | 免费婷婷 | www视频在线观看 | 国产香蕉97碰碰碰视频在线观看 | 丁香花中文字幕 | 四虎免费av| av在线免费观看黄 | av在线直接看 | 久久精品视频免费 | 日韩精品一区二区三区丰满 | 久精品在线观看 | 五月开心六月伊人色婷婷 | 中文字幕国产一区 | 在线黄色av电影 | av在线电影免费观看 | 国产在线2020 | 亚洲高清免费在线 | 国产999视频在线观看 | 在线精品在线 | 射久久 | 精品欧美一区二区三区久久久 | 最新国产视频 | 中文字幕在线高清 | 欧美福利网站 | 午夜精品一区二区三区视频免费看 | 久久久精品福利视频 | 亚洲精欧美一区二区精品 | 精品国产乱码一区二 | 日本乱码在线 | 黄色91免费观看 | 日日干夜夜干 | 丁香电影小说免费视频观看 | 国产黄色理论片 | 黄色av免费在线 | 在线免费观看的av网站 | 日韩欧美不卡 | 成人av在线网| 福利视频网站 | 在线播放 日韩专区 | 俺要去色综合狠狠 | 97精品超碰一区二区三区 | 国产精品资源在线观看 | 丝袜美腿在线 | 黄色软件在线观看 | 亚洲少妇激情 | 色综合久久久久久久久五月 | 黄色一级片视频 | 国内亚洲精品 | 久久人人97超碰精品888 | 欧美色就是色 | 国产成人三级一区二区在线观看一 | 久久成人国产精品 | 天天综合网天天 | 亚洲精品久久久蜜桃 | 四虎影视精品成人 | 久久理论片| 97精品国产91久久久久久久 | 中文字幕免费播放 | 黄网站色成年免费观看 | 高清中文字幕av | 欧美精品久 | 久久免费电影网 | 丰满少妇在线观看资源站 | 欧美最猛性xxxxx(亚洲精品) | 丁香 婷婷 激情 | 97成人超碰 | 免费亚洲视频在线观看 | 亚洲午夜精品久久久久久久久 | 亚洲最大成人网4388xx | 在线看一区 | aaa亚洲精品一二三区 | 人人爽人人 | 日韩欧美精品一区二区三区经典 | 狠狠色丁香婷婷 | 伊在线视频 | 9999亚洲 | 不卡的av电影在线观看 | 国产精品久久久久久久妇 | 激情丁香综合五月 | 91看片在线看片 | 亚洲传媒在线 | 久久福利在线 | 91影视成人 | 免费一级特黄录像 | 亚洲精品激情 | 国产视频999 | 国产91九色视频 | 欧美最猛性xxx | 中文字幕在线观看一区二区 | 色综合久久久久综合 | 日韩在线观看三区 | 六月丁香在线观看 | 蜜臀91丨九色丨蝌蚪老版 | 国产xxxx | 免费看精品久久片 | www.亚洲精品视频 | 久久综合免费视频影院 | 免费看黄在线网站 | 亚洲精品久 | 国产中文 | 波多野结衣在线观看视频 | 日韩欧美久久 | av在线专区 | 久久综合网色—综合色88 | 日一日操一操 | 波多野结衣电影一区二区 | 免费国产ww| 国产亚洲字幕 | 久热电影| 一区二区三区免费在线 | 爱爱一区| 日韩精品视频免费在线观看 | 九九热精品视频在线观看 | 有没有在线观看av | 中文字幕在线观看第一区 | 激情欧美丁香 | 91精品久久久久久久久久久久久 | 国产视频在线播放 | 91人人在线 | av中文电影 | 欧美在线观看视频一区二区 | 五月天激情视频在线观看 | 激情视频免费观看 | 伊人亚洲综合网 | 国产日韩中文字幕 | 在线免费观看麻豆视频 | 精品久久视频 | 日本精品久久久久 | 国产一区免费 | 一区二区精品在线 | 色狠狠操 | 久草在线最新免费 | 日一日干一干 | 99热最新地址 | 98精品国产自产在线观看 | 九九视频网站 | 日韩一区二区三区视频在线 | 亚洲乱码在线 | 国产黄av | 日韩在线一二三区 | 日韩三区在线观看 | 免费在线观看黄网站 | 欧美精品国产综合久久 | 中文字幕在线观看资源 | 日本中文字幕网站 | 欧美日韩国产综合一区二区 | 中文字幕电影在线 | 黄色av网站在线观看免费 | 久久久久五月天 | 欧美日韩高清在线 | 久久久免费精品视频 | 婷婷久久一区二区三区 | 天天操天天舔天天爽 | 香蕉视频在线网站 | 日韩有码在线播放 | 亚洲人在线7777777精品 | 亚洲精品美女在线观看播放 | 1024久久| caobi视频 | 欧美大片第1页 | 观看免费av | 中文字幕一区二区三区在线播放 | 91在线播放国产 | 久久综合精品一区 | 一色屋精品视频在线观看 | 99999精品视频 | 91亚洲精品乱码久久久久久蜜桃 | 国产午夜三级一区二区三 | 国产无遮挡又黄又爽馒头漫画 | 91漂亮少妇露脸在线播放 | 国产小视频福利在线 | 国产在线欧美日韩 | 一区二区三区 中文字幕 | 91福利视频网站 | 国产午夜视频在线观看 | 日韩在线观看影院 | 六月丁香激情网 | 日韩一区正在播放 | 亚洲九九爱 | 欧美精品少妇xxxxx喷水 | 亚洲精品播放 | 视频一区久久 | 亚洲另类xxxx | 日韩理论片中文字幕 | 久久96国产精品久久99漫画 | 91精品在线免费观看视频 | 狠狠狠干狠狠 | 成人黄色小说在线观看 | 国产三级香港三韩国三级 | 三级动态视频在线观看 | 久久一二区 | 国产一区二区影院 | 日韩电影一区二区在线观看 | 久久亚洲综合国产精品99麻豆的功能介绍 | 日韩免费电影网 | 97av在线视频| 精品成人免费 | 国产综合在线观看视频 | 九九九九精品 | 亚洲午夜av电影 | 欧美日韩国产精品爽爽 | 日日夜夜免费精品视频 | 欧美中文字幕久久 | 人人爽人人搞 | 国产一级黄色免费看 | 天无日天天操天天干 | 欧美综合在线视频 | 日本韩国中文字幕 | 国产精品video爽爽爽爽 | 久久草av| 免费观看久久久 | 91精品国产乱码 | 免费观看v片在线观看 | 波多野结衣在线播放一区 | 成人综合日日夜夜 | 天天爽天天爽天天爽 | 日韩久久网站 | 视频在线99 | 欧美孕交vivoestv另类 | 精品国产a | 国产在线高清 | 深爱激情五月综合 | 久草视频99 | 日韩r级在线| 偷拍精偷拍精品欧洲亚洲网站 | 国产精品二区在线 | 丝袜美腿亚洲综合 | 久久视频这里只有精品 | 福利视频一区二区 | 国产精品国产三级国产aⅴ入口 | 久久网站av| 色99之美女主播在线视频 | 久99视频| 91.精品高清在线观看 | 久久国产网 | 91高清免费在线观看 | 国产精品av免费在线观看 | 亚洲乱亚洲乱妇 | 亚洲春色成人 | 国产成人黄色 | 国产高清不卡在线 | 精品国产乱码久久久久久1区2匹 | 免费a网| 97超碰国产精品女人人人爽 | 欧美美女一级片 | 亚洲在线资源 | 成人黄色片免费 | 日本韩国精品一区二区在线观看 | 精品亚洲二区 | 99自拍视频在线观看 | 永久免费观看视频 | 婷久久| 久草在线资源视频 | 日韩中文字幕免费视频 | 亚洲一级影院 | 四虎成人免费观看 | 国产精品一区免费在线观看 | av网站在线观看免费 | 手机av在线不卡 | 九九九视频在线 | 91精品一区二区三区蜜桃 | 五月综合网 | 亚洲禁18久人片 | 国产婷婷 | 91亚洲精品久久久蜜桃网站 | av中文天堂在线 | 日韩av三区 | 日韩精品观看 | 伊甸园永久入口www 99热 精品在线 | av免费观看网站 | 开心激情五月婷婷 | 日韩av影视 | 天天干天天操 | 国产一级做a爱片久久毛片a | 91三级在线观看 | 婷婷激情五月综合 | 国产免费xvideos视频入口 | 日韩精品一区二区免费视频 | 中文字幕亚洲欧美日韩2019 | 永久免费在线 | 又黄又爽又刺激 | 天堂成人在线 | 在线观看成人国产 | 99电影456麻豆 | 久久久在线免费观看 | 久久国内精品99久久6app | 国产在线精品播放 | 少妇18xxxx性xxxx片 | 国产一区在线免费观看 | 狠狠色伊人亚洲综合网站色 | 一级理论片在线观看 | 国产1级毛片 | 久久综合欧美 | 日韩视频1| 久久久久久久久久久成人 | 久久这里只有精品视频99 | 国产乱老熟视频网88av | 九九视频免费观看视频精品 | 可以免费看av | www.神马久久 | 亚洲精品国产精品99久久 | 一色av | 日韩欧美精品在线观看 | 婷婷色狠狠 | 在线国产一区 | av理论电影 | 国产福利在线 | 91九色视频在线 | 天天射天天操天天干 | 6080yy午夜一二三区久久 | 91在线看黄 | 国产亚洲日本 | 手机看片国产日韩 | 国产成人精品电影久久久 | 日韩精品视频久久 | 男女全黄一级一级高潮免费看 | 国产精品第二页 | 6080yy精品一区二区三区 | 91九色蝌蚪视频在线 | 国产高清视频免费观看 | 五月天丁香 | 中文字幕人成不卡一区 | 深夜免费福利视频 | 成人av中文字幕 | 中文字幕在线观看网站 | 91精品视频免费观看 | 久久不卡日韩美女 | 日韩在线视频观看免费 | 天堂在线视频免费观看 | 色狠狠久久av五月综合 | 国产一级黄色免费看 | 国产精品永久久久久久久久久 | 99资源网| 日韩久久网站 | 久久论理 | 国内综合精品午夜久久资源 | 天天综合精品 | 91av视频网| 精品人人爽| 少妇av片 | 在线久热| www色片| japanesexxxhd奶水| 久久久久久久久精 | 狠狠色丁香婷婷综合最新地址 | 亚洲精品福利在线观看 | 婷婷伊人五月 | 亚洲日日射 | 中文字幕在线观看91 | 欧美色久 | 国产精品伦一区二区三区视频 | 99久久99久久精品 | 日韩免费精品 | 欧美日韩中文字幕综合视频 | 9999激情| 国产成人精品一区在线 | 五月天激情婷婷 | 九九热在线播放 | 亚洲我射av | 视频一区二区免费 | 狠狠操操操 | 国产网站av | 91一区二区三区在线观看 | 国产成人精品亚洲日本在线观看 | 高清中文字幕av | 精品久久久免费视频 | 999视频在线播放 | 午夜视频在线瓜伦 | 久久夜靖品| 最新日韩视频在线观看 | 精品久久久久_ | 四虎国产永久在线精品 | www天天干 | 在线观看小视频 | 国产一区视频免费在线观看 | 一区二区 精品 | 日韩专区在线 | 97视频在线观看视频免费视频 | 天天操天天干天天爱 | 成人久久18免费 | 日韩精品久久久久 | 成人全视频免费观看在线看 | 日韩激情av在线 | 爱色av.com| 国产aa免费视频 | 99国产精品久久久久久久久久 | 国产玖玖在线 | 久久精彩免费视频 | 亚洲成人av影片 | 女人18精品一区二区三区 | 成x99人av在线www | 国产激情电影综合在线看 | 97在线免费 | 国产日韩中文字幕在线 | 久久不卡免费视频 | 亚洲国产精品女人久久久 | 成年人在线电影 | 免费观看全黄做爰大片国产 | 91九色视频在线播放 | 日韩不卡高清视频 | 精品日韩视频 | 中文字幕亚洲在线观看 | 日韩免费网站 | 日本精品久久久一区二区三区 | a黄色一级 | 精品久久1 | 婷婷丁香六月 | 2017狠狠干 | 久久久国产电影 | 国产一区不卡在线 | 色香网| 不卡视频国产 | 欧美一区二区三区免费看 | 日韩网站在线免费观看 | 久久高清精品 | 国产精品嫩草在线 | 国产手机视频 | 久草在线免费播放 | 91九色在线观看视频 | a级国产乱理论片在线观看 伊人宗合网 | 天天曰视频 | 中文字幕在线国产 | 手机在线看片日韩 | 亚洲黄色在线 | 天天操天天射天天 | 欧美日本中文字幕 | 久久久久久久久久久久久影院 | 在线不卡中文字幕播放 | 国产韩国日本高清视频 | 亚洲开心色| 欧美综合干 | 成人黄色电影在线 | 狠狠狠色丁香婷婷综合久久五月 | 国产三级午夜理伦三级 | 亚洲综合情 | 蜜桃av久久久亚洲精品 | 日韩av在线小说 | 五月婷婷另类国产 | 国产精品网址在线观看 | 91在线91拍拍在线91 | 在线观看亚洲免费视频 | www.五月天色 | 国产欧美日韩视频 | 国产老太婆免费交性大片 | 色综合小说 | 精品视频9999 | 91mv.cool在线观看 | 日日麻批40分钟视频免费观看 | 欧美日韩视频网站 | 国产又粗又猛又黄又爽 | 日日干av | 成人h动漫精品一区二 | 欧美成人理伦片 | 九九热精品在线 | 五月婷香 | 在线观看一级 | 国产精品免费久久 | 亚洲视频免费在线 | 欧美极品xxx | 福利视频午夜 | 91九色蝌蚪视频在线 | 99免费看片| 亚洲激情综合 | av电影一区二区三区 | 日日爽夜夜爽 | 成人黄色电影在线观看 | 六月丁香综合 | 日韩久久精品一区二区 | 91中文字幕在线观看 | 91日韩在线 | 狠狠色噜噜狠狠狠狠2022 | 在线观看免费 | 国产精品一区二区 91 | 亚洲日韩欧美视频 | 免费一级片观看 | av性在线| av电影在线观看 | 国产一区二区三区久久久 | 中文字幕在线观看网 | 91九色国产 | 国产1区2区3区在线 亚洲自拍偷拍色图 | 免费高清男女打扑克视频 | 1区2区3区在线观看 三级动图 | 日本久久久影视 | 婷婷久久久 | 久久伊人八月婷婷综合激情 | 亚洲乱码在线观看 | 久久综合日 | 天天射天天添 | 天天色视频 | 黄色大片免费播放 | 成人免费网视频 | 国产精品一区二区在线播放 | 波多野结衣在线观看一区二区三区 | 91精品91 | 亚洲 中文 欧美 日韩vr 在线 | a级国产乱理伦片在线播放 久久久久国产精品一区 | 亚洲综合色视频在线观看 | 亚洲精选在线 | 久久成年人视频 | 亚洲黄色app| 狠狠干成人 | 久久精品国产成人精品 | 丰满少妇一级片 | 色国产精品一区在线观看 | 精品9999 | 久久久精品高清 | 国产系列 在线观看 | 久久精品欧美 | 成人永久视频 | 久久久一本精品99久久精品 | 51久久夜色精品国产麻豆 | 99综合电影在线视频 | 成人免费在线看片 | 久久国产精品成人免费浪潮 | 狠狠久久婷婷 | 国产色资源 | 丁香色婷 | 97免费 | 在线 高清 中文字幕 | 精品国产一区二区三区四 | 国产日韩欧美在线影视 | 精品国产一区二区三区免费 | 国产精品岛国久久久久久久久红粉 | 欧美日韩国产精品一区二区亚洲 | 婷婷综合 | 中文字幕在线看视频 | 日韩系列在线 | 97国产在线观看 | 蜜臀aⅴ精品一区二区三区 久久视屏网 | 成人小视频免费在线观看 | 最新免费中文字幕 | a久久久久| 免费在线观看黄 | 黄色aaaaa | 亚洲午夜精品久久久久久久久 | 久久久久人人 | 久久99精品久久久久婷婷 | 黄色天堂在线观看 | 97色噜噜 | 亚洲精品在线视频网站 | 91av国产视频 | 国产热re99久久6国产精品 | 日韩91精品 | 久艹在线免费观看 | 免费日韩av片 | 最近中文字幕mv免费高清在线 | 天天操欧美 | 久久久久久久影院 | 婷婷在线网 | 国产精品一区二区在线观看免费 | 成av人电影 | 午夜精品久久 | 91系列在线观看 | 天天操天天干天天插 | 日韩精品第1页 | 国产在线资源 | 激情婷婷丁香 | 日韩午夜在线 | 国内揄拍国产精品 | 久久精品视频国产 | 亚洲精品国产麻豆 | 狠狠夜夜 | 精品久久九九 | 中文字幕av在线 | 天天综合网久久综合网 | 99精品国产一区二区 | 99色人 | 国产一区二区三区高清播放 | 91亚洲精品在线 | 久久久www免费电影网 | 免费91麻豆精品国产自产在线观看 | www.狠狠操.com | 国产亚洲成人精品 | 婷婷色中文 | 国产精品久久久久久久久久三级 | 国产黄色免费在线观看 | 天天玩天天操天天射 | 在线欧美日韩 | 人人盈棋牌 | 99精品在线 | 国产精品欧美久久久久无广告 | 狠狠躁夜夜躁人人爽超碰97香蕉 | 天天爱天天操 | 五月婷婷,六月丁香 | 丁香六月天婷婷 | 国产91免费在线观看 | 成人三级网站在线观看 | 久久久成人精品 | 在线观看免费 | 81精品国产乱码久久久久久 | 久久激情久久 | 精品人人爽 | 久久国产精品系列 | 免费黄色网址网站 | 国产伦精品一区二区三区在线 | 婷婷色 亚洲 | 成人国产一区二区 | 深爱激情av | 国产午夜精品一区二区三区欧美 | 亚洲天堂激情 | 国产精品一区久久久久 | 国产精品女同一区二区三区久久夜 | 最近中文字幕在线 | 久久午夜色播影院免费高清 | av电影在线免费观看 | 99色网站 | 亚洲精品黄色在线观看 | 激情伊人五月天 | 在线观看日本韩国电影 | 久久久免费国产 | 成人午夜电影网站 | 亚洲一级久久 | 欧美激情综合五月色丁香小说 | 亚洲成人免费 | 97色在线观看 | 欧洲高潮三级做爰 | 亚洲久草网 | 国产精品一区二区62 | 日日日干 | 丁香视频| 国产精品1区2区 | 亚洲涩涩网 | 二区三区毛片 | 欧美精品一区二区免费 | 天天干人人干 | 欧美日韩国产精品一区二区三区 | 国内丰满少妇猛烈精品播放 | 日本中文乱码卡一卡二新区 | 成人福利在线观看 | 婷婷久久婷婷 | 亚洲精品在线国产 | 国产精品久免费的黄网站 | 一级片免费观看视频 | 五月婷婷久久丁香 | 国产91精品一区二区绿帽 | 夜夜躁狠狠躁日日躁视频黑人 | 久草爱视频 | 亚洲视频2 | 亚洲视频资源在线 | 99麻豆久久久国产精品免费 | 精品一区二区综合 | 久久在线免费视频 | 精品国产一区二区三区久久久蜜月 | 色五月成人 | 午夜影院日本 | 成人h在线观看 | 欧美精品黑人性xxxx | 亚洲成av人片一区二区梦乃 | 国产成人精品日本亚洲999 | 91精品国产成人观看 | 欧美在线视频不卡 | 免费成人在线电影 | 亚洲欧美精品一区 | 国产欧美精品xxxx另类 | 97视频亚洲 | www夜夜| 国产视频中文字幕在线观看 | 日韩精品久久久久久中文字幕8 | 国产视频亚洲精品 | 亚洲精品色 | 97成人资源 | 欧美日韩国产综合一区二区 | 精品一二 | 国产精品一区二区av影院萌芽 | 亚洲精品www.| 一区二区三区中文字幕在线 | 久久久久久国产一区二区三区 | 国产精品99久久久精品免费观看 | 午夜91在线 | 日日夜夜人人天天 | 久久激情日本aⅴ | 久久午夜精品视频 | 色婷婷啪啪免费在线电影观看 | 久久这里只有精品视频99 | 一区二区三区播放 | 91精品在线视频观看 | 最新在线你懂的 | 狠狠做深爱婷婷综合一区 | 欧美成人高清 | 999成人网 | 国产五十路毛片 | 久草国产精品 | 综合网天天射 | 国产我不卡 | 91精品爽啪蜜夜国产在线播放 | 夜色资源站国产www在线视频 | 久久国产精品99久久久久久丝袜 | 在线免费性生活片 | 国产精品久久久久久爽爽爽 | 五月婷婷视频在线观看 | 成人毛片一区 | 欧美与欧洲交xxxx免费观看 | 免费看的黄色的网站 | 日韩久久精品一区二区三区下载 | 91香蕉视频好色先生 | 91大神一区二区三区 | 国产精品国产亚洲精品看不卡15 | 日韩欧美在线观看一区二区三区 | 免费看一级黄色 | 国产中文字幕国产 | 日韩在线激情 | www.天天操.com | 国产精品成久久久久 | 黄色免费网站大全 | 成人av在线看 | 久久视屏网 | 国产一级免费观看 | 99久热精品 | 色偷偷97 | 国产一级片播放 | 91亚洲国产成人久久精品网站 | 国产成人精品在线 | 国产麻豆精品免费视频 | 在线观看国产一区二区 | 91cn国产在线 | 黄色一级在线免费观看 | 77国产精品 | 亚洲日日夜夜 | 国产九九九九九 | 亚洲精品国产精品乱码在线观看 | 99九九视频 | 日韩av电影免费观看 | 丁香综合网 | 欧美大片在线看免费观看 | 久久久亚洲麻豆日韩精品一区三区 | 国产精品第一视频 | 国产精品原创av片国产免费 | 亚洲免费成人av电影 | 国产在线视频一区二区三区 | 国产福利中文字幕 | 在线观看中文字幕 | 四虎海外影库www4hu | 免费a网址 | 免费观看v片在线观看 | 国内外成人在线视频 | 青草视频在线免费 | 国产高清在线观看 | 久久久国产精品亚洲一区 | 亚洲天堂自拍视频 | 丁香六月综合网 | 亚洲最大免费成人网 | 黄色软件视频网站 | 久久综合狠狠综合久久激情 | 中文字幕久久网 | 91久久在线观看 | 亚洲综合视频网 | 免费看一及片 | 免费www视频 | 一区二区电影网 | 日本一区二区三区免费观看 | 亚洲激情 欧美激情 | 97综合网 | 欧美日韩在线免费观看 | 久草视频在线资源站 | 欧美一级特黄aaaaaa大片在线观看 | 欧美性天天| 国产精品免费不 | 中文字幕在线观看免费观看 | 久久久国产精品人人片99精片欧美一 | 国产伦理一区二区三区 | 成人动漫一区二区 | 91成年人网站 | 能在线看的av | 在线午夜电影神马影院 | 日本精品一区二区三区在线播放视频 | 在线精品视频免费观看 | 五月天久久综合 | 国产成人精品女人久久久 | 99精品在线免费观看 | 久久国产手机看片 | 国产福利一区二区三区视频 | 亚洲三级在线播放 | 91热| 成人免费亚洲 | 97免费在线观看视频 | 欧美性色黄大片在线观看 | 99久久精品久久久久久动态片 | 偷拍区另类综合在线 | 色在线高清 | 国产成人三级在线观看 | 五月婷婷另类国产 | 国产成人精品一区二区在线 | 国产 色| 字幕网在线观看 | 天天操夜夜爱 | 国产精品完整版 | 四虎永久免费网站 | 免费精品| 91在线免费观看网站 | 婷婷丁香激情综合 | 中文字幕在线视频免费播放 | 一区二区三区 亚洲 | 亚洲一级特黄 | 天天爽夜夜爽人人爽一区二区 | 亚洲成年人av | 久久国产精品一国产精品 | 亚洲精品 在线视频 | 五月激情亚洲 | 国产成人99久久亚洲综合精品 | 深夜福利视频一区二区 | 成人97人人超碰人人99 | 国产一区欧美二区 | 久久久久国产免费免费 | 成人sm另类专区 | 9999在线视频 | 日韩成人精品在线观看 | 欧美日韩中文另类 | 国产尤物一区二区三区 | 成人在线免费观看视视频 | 日韩欧美一区二区三区在线观看 | 国产精品九九九九九 | 中文国产字幕在线观看 | 国产精品视频免费看 | 成人久久18免费网站麻豆 | 在线黄色av | 日韩91精品 | 欧美伦理一区 | av高清免费在线 | 免费在线观看午夜视频 | 成人国产电影在线观看 | 亚洲成年人免费网站 | 深夜福利视频在线观看 | 久久精品中文字幕少妇 | 久久不卡av| 国产视频 亚洲精品 | 亚洲日韩中文字幕在线播放 | 欧美一级片免费在线观看 | 亚洲一区二区精品视频 | 一区二区三区中文字幕在线观看 | 国产精品女同一区二区三区久久夜 | 国内精品在线看 | 97人人添人澡人人爽超碰动图 | 日本久久久亚洲精品 | 欧美另类sm图片 | 久久精品久久久久电影 | 玖玖爱免费视频 | 日韩精品一区二区在线 | 久久在草| 在线看免费 | 精品在线99 | 91麻豆.com| 日韩性久久 | 丝袜+亚洲+另类+欧美+变态 | 麻豆国产视频 | 成人在线黄色电影 | 日本三级久久久 | 欧美五月婷婷 | 黄污视频网站大全 | 国内视频在线观看 | 久久久91精品国产一区二区精品 | www黄色| 久久综合电影 | 国产精品婷婷午夜在线观看 | 成人午夜黄色影院 | 午夜999| 成人av电影在线播放 | 久久天天躁狠狠躁夜夜不卡公司 | 精品一区二区三区四区在线 | 色网站在线观看 | 国产第一页在线播放 | 亚洲五月婷 | 九九免费精品视频 | 伊人成人激情 | 日韩av电影手机在线观看 | 久久99精品国产99久久 | 久操中文字幕在线观看 | 久久婷综合 | 国产精品成人a免费观看 | 日韩精品一区在线播放 | 在线视频手机国产 | 欧美色精品天天在线观看视频 | 国产中文字幕在线看 | 国产日韩欧美视频在线观看 | 超碰在线最新网址 | 精品视频123区在线观看 | 亚洲精品久久在线 | 久久久亚洲国产精品麻豆综合天堂 | 波多野结衣小视频 | 欧美日比视频 | 成人av电影在线观看 | 久久成人一区二区 | 免费午夜av | 深爱激情开心 | 国产午夜精品一区二区三区嫩草 | 午夜精品一区二区三区在线视频 | 911香蕉视频 | 久草在线视频中文 | 色中文字幕在线观看 | 欧美日韩在线免费视频 | 日韩网站视频 | 99国产精品一区二区 | 欧美另类sm图片 | 青青草国产成人99久久 | 在线观av| 精品国产91亚洲一区二区三区www | 91理论片午午伦夜理片久久 | 久久一区精品 | 成人精品电影 | 波多野结衣视频网址 | 久久久久亚洲精品男人的天堂 | 国产精品白浆视频 | 亚洲精品一区二区三区在线观看 | 色午夜| 99热精品久久 | 97色视频在线 | 国产色一区 | 网站在线观看你们懂的 | 五月婷婷综合在线观看 | 国产第一页在线观看 | 中文字幕制服丝袜av久久 | 欧美一二三区在线观看 | 日韩肉感妇bbwbbwbbw | 日韩色综合 | 96国产在线 | 日韩三级视频在线观看 | 一区二区中文字幕在线 | 久久人人爽人人人人片 | 一区二区视频免费在线观看 | 国产精品美女视频网站 |