日韩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)容還不錯,歡迎將生活随笔推薦給好友。

亚洲婷婷网 | 国产精品久久99综合免费观看尤物 | 91精品国产高清自在线观看 | 天天操婷婷 | 狠狠干狠狠色 | 首页国产精品 | 99国产精品久久久久久久久久 | 五月天久久| 91亚洲网 | 久草在线观| 四虎在线观看网址 | 91精品国产自产在线观看永久 | 9在线观看免费高清完整 | 中文字幕在线观看免费观看 | 91精品久久久久久久久久久久久 | 久久情爱 | 国产一区二区日本 | 丁香六月五月婷婷 | 国产亚洲婷婷 | 日韩电影在线一区 | 国产在线精品一区二区 | 热精品 | 美女av电影 | 亚洲免费精品一区二区 | 成人av亚洲 | 日韩欧美在线中文字幕 | 麻豆视频在线免费观看 | 黄色av影院 | 一级性av | 在线国产视频观看 | 中中文字幕av在线 | 1024手机看片国产 | 久久婷婷开心 | 中文字幕二区三区 | 免费日韩 精品中文字幕视频在线 | 欧美精品久久久久久久久久久 | 九九九毛片 | 中文字幕亚洲欧美日韩 | 国产在线观看污片 | 日本三级久久 | 亚洲精品国产精品久久99热 | 国产男男gay做爰 | 成人免费在线播放视频 | 成人黄色国产 | 在线观看av国产 | 在线观看av免费 | 成人av一区二区在线观看 | 亚洲黄网站 | a黄色 | 一本到在线 | 久久伊人免费视频 | 91精品久久久久久综合乱菊 | 精品在线二区 | 久久久久免费精品 | 在线免费黄色 | 欧美色操 | 久久久久一区二区三区四区 | 国产一二区视频 | 视频在线观看99 | 精品一区二区久久久久久久网站 | 91高清一区 | 国产在线观看国语版免费 | 中文av在线播放 | 久久超 | 国产精品午夜久久久久久99热 | 国产成人久久精品77777 | 操操操av | 国产精品久久久久免费观看 | 欧美日韩国内在线 | 免费观看版 | 国产字幕av | 四虎永久网站 | 国产精品免费在线观看视频 | 天天摸天天操天天爽 | 国产蜜臀av | 91免费观看视频网站 | 国产对白av | 亚洲精品一区二区三区高潮 | 国产亚洲精品久久久久久 | 91视频国产免费 | 1024手机在线看 | 久久99精品久久久久久 | 不卡国产视频 | 国产成人精品在线观看 | 少妇bbbb搡bbbb搡bbbb | 五月天婷婷免费视频 | 91重口视频 | 久久免费av电影 | 免费高清在线视频一区· | 看国产黄色大片 | 天堂av免费看 | 射射色| 久久日本视频 | 中文字幕在线观看免费观看 | 日韩专区在线观看 | 色综合天天综合网国产成人网 | 日日日日日 | 欧美在线99 | 中文字幕色站 | 国产资源免费 | 特级西西人体444是什么意思 | 日韩二级毛片 | 国产精品理论视频 | 日本黄色免费观看 | 成人av网页 | 成年人电影免费在线观看 | 婷婷丁香五| av在线电影网站 | 久久伊人婷婷 | 精品久久久久久久久久久久 | 色在线视频网 | av在线播放网址 | 99久久精品免费看国产四区 | 久久综合精品一区 | 欧美日韩亚洲第一页 | 色91在线视频 | 久久精品成人欧美大片古装 | 日p在线观看 | 久久a级片 | 热久久电影 | 成人av中文字幕 | 99热这里只有精品免费 | 日本69hd | 999精品 | 免费黄色在线网站 | 午夜久久影院 | 一区二区三区精品在线视频 | 韩国一区二区av | 色99之美女主播在线视频 | 成片视频在线观看 | 999久久久免费视频 午夜国产在线观看 | 亚洲国产欧美一区二区三区丁香婷 | 久久久精品免费看 | 中国一级片在线播放 | 久久久久久久久免费视频 | 国产精品成人一区二区三区吃奶 | 久久久久久蜜桃一区二区 | 亚洲五月综合 | 免费在线激情视频 | 亚洲视频免费在线观看 | 国产美女视频 | 久久久av免费 | 成片免费观看视频 | 天天射天天爱天天干 | 人人草在线视频 | 麻豆果冻剧传媒在线播放 | 亚洲丁香日韩 | 国产精品mm | www.伊人色.com | 最近中文字幕大全 | 精品99免费 | 九九热只有精品 | 99精品福利视频 | 天天玩天天干 | 色94色欧美 | 99精品欧美一区二区蜜桃免费 | 免费观看性生活大片3 | 国色天香av | 亚洲第一香蕉视频 | 欧美aaa视频| 999久久久久久久久6666 | 国产亚洲成人网 | 玖草影院 | h视频在线看 | 美女精品国产 | 国产xxxx| 在线亚洲精品 | 久久精品国产免费观看 | 欧美日韩一区二区久久 | 国产精品ⅴa有声小说 | 国内精品久久久久影院优 | 在线免费观看欧美日韩 | 国产精华国产精品 | 91精品综合在线观看 | 一区二区三区四区五区在线视频 | 国产精品久久久久久久久久久久冷 | 久久久国产精品久久久 | 天天干天天操天天爱 | 这里有精品在线视频 | 激情综合色综合久久综合 | 久久久久久久久久网站 | 中文字幕永久免费 | 亚洲国产成人高清精品 | 欧美日韩不卡在线 | 亚洲国产成人精品久久 | 激情av网址 | 久久久综合色 | 久久久精品 一区二区三区 国产99视频在线观看 | 黄色软件在线观看视频 | 日av免费 | 伊人午夜视频 | 精品中文字幕在线观看 | 国产真实在线 | 亚洲综合最新在线 | www成人精品 | 九九国产视频 | 中文字幕精品在线 | 精品一区二区视频 | 亚洲作爱视频 | 亚洲美女在线国产 | 中文字幕在线播放av | 99精品免费网 | 国产看片 色| 久久综合干 | 国产日产亚洲精华av | 91精品国自产在线偷拍蜜桃 | 18国产精品白浆在线观看免费 | 91禁看片| 992tv在线成人免费观看 | 亚洲天堂精品 | 国产精品99久久久久久大便 | 在线免费av电影 | 亚洲精品中文字幕在线 | 超碰国产在线 | 日韩免费电影网 | 国产在线观看一区 | 夜色在线资源 | 日日夜夜草 | 亚洲黄色在线 | 8x成人免费视频 | 成人黄色小视频 | 亚洲成人999 | 又黄又爽又刺激的视频 | 麻豆久久精品 | 国产在线观看免 | 国产资源网站 | 日韩动态视频 | 国产精品一区二区久久 | 精品成人久久 | 丁香5月婷婷 | 在线观看色网站 | 97在线视频免费播放 | 3d黄动漫免费看 | 日韩高清免费无专码区 | 亚洲 欧洲 国产 日本 综合 | 国产精品不卡视频 | 视频在线日韩 | 国产精品成人久久久久 | 欧美日韩国产在线观看 | 97精品国自产拍在线观看 | 中文字幕丰满人伦在线 | 狠狠的日日 | 久久亚洲综合国产精品99麻豆的功能介绍 | 免费观看一级特黄欧美大片 | 精品不卡视频 | 视频直播国产精品 | 国产精品美女免费 | 日本中文字幕在线 | 成人久久国产 | av资源在线观看 | 在线精品观看国产 | 激情黄色av | 亚洲精品乱码久久久一二三 | 欧美一区二区伦理片 | 夜夜干夜夜 | 欧美一级特黄aaaaaa大片在线观看 | 国产视频亚洲精品 | 久久视频精品在线观看 | 激情五月亚洲 | 99免费精品 | 黄网站色视频免费观看 | 福利视频 | 99久久精品国产系列 | 91精品久久久久久综合五月天 | 99色视频在线 | 亚洲成人精品av | 国产黄色资源 | 97国产 | 国产日韩欧美在线看 | 亚洲精品国产品国语在线 | 粉嫩av一区二区三区四区在线观看 | 色就是色综合 | 国产系列精品av | 久久精品国产第一区二区三区 | 91丨九色丨蝌蚪丰满 | 国产精品嫩草影院123 | 91精品资源 | 黄色一级免费电影 | 久久久www成人免费精品张筱雨 | 99久久99视频只有精品 | 五月婷婷视频 | 国产精品av免费在线观看 | 黄色网在线免费观看 | 狠狠狠色丁香婷婷综合久久五月 | 成人在线免费视频 | 欧美精品久久久久久久 | 成人国产精品久久久 | 亚洲资源在线观看 | 日韩黄色在线电影 | 人人澡人人澡人人 | 免费黄色av| 成人av免费网站 | 国产99在线 | 99精品国产一区二区 | 在线直播av| 欧美日韩免费一区二区三区 | 国产又粗又硬又长又爽的视频 | 五月综合久久 | 久久综合婷婷国产二区高清 | 91亚洲精品久久久久图片蜜桃 | 国产精品久久久久久久久岛 | www.色五月.com| 天天操伊人 | 国产一区在线免费观看 | 精品久久91 | 日韩在线观看视频中文字幕 | 狠狠做六月爱婷婷综合aⅴ 日本高清免费中文字幕 | av电影在线观看完整版一区二区 | 亚洲 欧美变态 另类 综合 | 狠狠躁18三区二区一区ai明星 | www.色综合.com| 91chinese在线| 欧美另类色图 | 亚洲黄色免费在线 | 91自拍91 | 日日草天天草 | 色资源网免费观看视频 | 久操伊人 | 久久久久亚洲国产 | 日韩免费在线网站 | 丁香久久综合 | 99久久99热这里只有精品 | 97视频在线免费 | 欧美伦理一区二区三区 | ww亚洲ww亚在线观看 | 五月婷婷综合在线观看 | 在线看毛片网站 | 日韩精品免费一区二区 | 久久精品视频在线观看免费 | 狠狠狠色丁香综合久久天下网 | 色偷偷人人澡久久超碰69 | 成 人 免费 黄 色 视频 | 国产精品美乳一区二区免费 | 国产69精品久久久久久 | 久久精品久久久久 | 超碰人人射 | 韩国av一区二区三区在线观看 | 国产精品成人一区二区 | 国产精品久久久精品 | 欧美激情视频在线免费观看 | 国产99久久久精品视频 | av色影院| 国内丰满少妇猛烈精品播放 | 免费精品 | 久久不色 | 色就色,综合激情 | 中文字幕在线观看第二页 | 狠狠操在线 | 欧美日韩精品免费观看视频 | 国产精品毛片完整版 | 五月综合激情婷婷 | 亚洲精品乱码久久久久v最新版 | 欧美福利在线播放 | 超碰国产97| 国产综合福利在线 | 97色视频在线 | av 一区二区三区四区 | 日韩av成人免费看 | 午夜精品久久久久久 | 欧美成人日韩 | 九九九热精品免费视频观看 | 一色屋精品视频在线观看 | 婷婷五月在线视频 | 中文视频在线播放 | 国产第一二区 | 少妇搡bbb | 99re视频在线观看 | 国产在线 一区二区三区 | 精品国产成人 | 日韩中文字幕a | 日日干夜夜骑 | 中文字幕在线播放一区二区 | 手机色在线 | 91免费高清观看 | 久久婷婷色综合 | 国产视频在线观看一区 | 美女网站在线观看 | 国产一区欧美在线 | 久久高清毛片 | 成人免费视频视频在线观看 免费 | 激情婷婷色| 91麻豆免费视频 | 99热在线网站 | 免费a级毛片在线看 | 欧美一区二区伦理片 | 亚洲精品乱码久久久久久9色 | 亚洲成a人片综合在线 | 热久久视久久精品18亚洲精品 | 欧美成年人在线视频 | 激情视频免费在线观看 | 久久久久综合 | 国产不卡一二三区 | 在线免费观看黄网站 | 2024国产精品视频 | 97免费| 99久久久久久国产精品 | 五月天激情综合 | 成 人 免费 黄 色 视频 | 韩国一区二区三区视频 | 欧美激情精品一区 | 亚洲国产精品一区二区尤物区 | 国产色网站 | 夜夜骑天天操 | 国语精品免费视频 | 在线观看视频一区二区 | av在线免费播放网站 | 国产精品久久久久久久久久久久冷 | 亚洲天堂网站视频 | 中文字幕在线影视资源 | 久久久久女人精品毛片九一 | 免费视频久久久久久久 | 精品91| 国产不卡网站 | 99视频在线精品国自产拍免费观看 | 欧美一区二区在线免费看 | 97国产视频 | 欧美一区二区三区在线看 | 久久免费播放 | 午夜久久久久久久久久久 | 日韩av免费一区 | 国产精品欧美久久久久天天影视 | 久久国产露脸精品国产 | 国产夫妻av在线 | 国产一二三区在线观看 | 天天做日日爱夜夜爽 | 国产精品欧美日韩 | 在线看v片成人 | www日 | 国产精品欧美日韩在线观看 | 欧美国产精品一区二区 | 久久久久久免费视频 | 在线免费黄 | 国产一区 在线播放 | 日日精品 | 99视频免费播放 | 国产午夜精品久久 | 国内精品久久久精品电影院 | 亚洲理论影院 | 九色91视频 | 天天爱天天射天天干天天 | 日韩高清免费无专码区 | 亚洲免费av片 | 久久成人免费 | 91精品久久久久久久久久入口 | 免费国产视频 | 人人精久 | 操操色| 日本在线成人 | 午夜av一区 | 69热国产视频 | 国产精品久久一 | 91丨九色丨蝌蚪丨老版 | 国产亚洲婷婷 | 婷婷av综合 | 一区二区av | 久久综合九色99 | 亚洲精品女人久久久 | 中文字幕久久精品亚洲乱码 | 中文字幕精品一区二区精品 | 欧美激情h | 婷婷九月丁香 | 久久超碰免费 | 国产不卡精品 | 在线观看亚洲视频 | 国产成人精品av久久 | 成人在线免费观看视视频 | 不卡的av在线播放 | 国产精品com| 中文字幕在线专区 | 久久香蕉国产精品麻豆粉嫩av | 麻豆传媒电影在线观看 | 欧美aaaxxxx做受视频 | 欧美视屏一区二区 | 国产午夜精品一区二区三区 | 91大神精品视频在线观看 | 国产精品色婷婷视频 | 欧美韩国在线 | 亚洲欧洲精品视频 | 五月婷婷综合激情网 | 国产福利免费在线观看 | 最近乱久中文字幕 | 久久精品99国产精品酒店日本 | 91视频麻豆视频 | 激情丁香5月 | www最近高清中文国语在线观看 | 成人91在线| 精品视频在线免费 | 超碰在线9 | 超碰在线网 | 日韩毛片在线一区二区毛片 | 成人网页在线免费观看 | 国产不卡一二三区 | 亚洲一区视频免费观看 | 狠狠狠色丁香婷婷综合久久88 | 欧美日韩视频免费看 | 国产丝袜网站 | 久久99久久99精品免观看软件 | 探花视频在线观看免费 | 欧美一级日韩免费不卡 | av高清在线观看 | 99热这里只有精品国产首页 | 国产精品视频大全 | 欧美a级免费视频 | 精品久久福利 | 成人免费观看网址 | 欧美在线观看视频 | 免费av网址在线观看 | 国产亚洲精品日韩在线tv黄 | 男女啪啪视屏 | 久久这里有精品 | 四虎成人精品永久免费av九九 | 亚洲做受高潮欧美裸体 | 久久久婷 | 日韩欧美v | 五月婷网 | 欧美久久久久久久久久 | 国产高清一 | 国产精品久久久久久久午夜片 | 六月激情 | 久久免费av| 亚洲狠狠操 | 免费视频成人 | 国产粉嫩在线观看 | 97小视频 | 国产精品黑丝在线观看 | 国产主播大尺度精品福利免费 | 欧美久久久久久久久久久久久 | 91精品在线播放 | 国产黄色片网站 | 久久久久麻豆 | 色狠狠久久av五月综合 | 一区二区三区四区五区六区 | 精品久久美女 | 狠狠操夜夜操 | av网站免费线看精品 | 亚洲视频综合在线 | 国产一区欧美一区 | 久久综合综合久久综合 | 久久综合九色综合97婷婷女人 | 久久999精品 | 国产精品福利小视频 | 国产精品久久精品国产 | 色多视频在线观看 | 国产96精品 | 激情婷婷六月 | 久久草| 国产亚州精品视频 | 成人欧美一区二区三区黑人麻豆 | 国产成人久久久77777 | av电影免费观看 | 免费黄在线看 | 九九视频一区 | 91丨九色丨国产在线 | 久久九九免费视频 | 亚洲精品乱码久久久久久蜜桃不爽 | 中文字幕在线观看第一区 | bbw av| 91看片淫黄大片一级在线观看 | 91av综合| 四虎小视频 | 色妞色视频一区二区三区四区 | 亚洲男男gⅴgay双龙 | 久久伊人五月天 | aa一级片 | 免费精品视频在线 | 97视频在线观看播放 | 亚洲精品小视频在线观看 | 国模精品一区二区三区 | 久久国产99| 色天堂在线视频 | 五月婷婷六月丁香在线观看 | 免费在线观看黄 | 色婷婷综合久久久 | 四虎影视www | 亚洲精品视频在线观看视频 | 91在线porny国产在线看 | 一区二区视频免费在线观看 | 成人亚洲综合 | 久久成人精品电影 | 亚洲1级片 | av不卡免费在线观看 | 欧美国产日韩一区二区三区 | 久久99国产精品久久99 | 中文字幕高清视频 | 亚洲国产中文字幕在线视频综合 | 美女国内精品自产拍在线播放 | 在线观看黄色免费视频 | 超级碰碰碰免费视频 | 色综合天天爱 | 一二区精品 | 超碰.com| 午夜av在线免费 | 国产97在线播放 | 国产亚洲精品久久久久久移动网络 | 欧美精品在线观看免费 | 亚洲最新av网址 | 高清不卡一区二区在线 | 免费成人结看片 | 99在线热播精品免费 | 亚洲精品视频久久 | 99久热在线精品视频观看 | 国产又粗又猛又色又黄网站 | 久久久久亚洲精品成人网小说 | 天天操天天射天天添 | 精品美女久久 | 99久久精品免费看国产免费软件 | 亚洲天堂网视频在线观看 | 在线观看完整版 | 欧美va日韩va| 亚洲精品美女 | 人人舔人人| 91精品在线免费观看视频 | 日韩电影一区二区三区 | 久草免费在线 | 人人爽人人爽人人片 | 欧美a影视| www免费在线观看 | 欧美一级性生活 | 狠狠干天天射 | 久草视频在线新免费 | 成年人在线视频观看 | 福利网址在线观看 | 91av99| 精品国产一区二 | 午夜国产影院 | 91视频成人免费 | 久久国产精品一区二区三区 | 日韩欧美综合在线视频 | 久久女同性恋中文字幕 | 婷婷爱五月天 | 日躁夜躁狠狠躁2001 | 美女视频黄免费的 | 午夜视频一区二区三区 | 亚洲女人天堂成人av在线 | 视频在线在亚洲 | 久久开心激情 | 视频二区在线视频 | 99在线观看免费视频精品观看 | 亚洲成av人片在线观看香蕉 | 久久黄色美女 | 婷婷社区五月天 | 91在线视频免费 | 五月激情电影 | 97香蕉久久国产在线观看 | 国内揄拍国产精品 | 黄色的网站免费看 | 国产日韩欧美在线播放 | 日本在线精品视频 | 久久国产精品一二三区 | 久久夜色精品国产欧美一区麻豆 | 天堂av影院 | 欧美乱码精品一区二区 | 日韩激情一二三区 | 欧美最爽乱淫视频播放 | 在线欧美最极品的av | 亚洲成人精品久久久 | 欧美激情精品一区 | 亚洲人片在线观看 | 亚洲午夜av电影 | 不卡国产视频 | 国产精品入口麻豆 | 国产 日韩 在线 亚洲 字幕 中文 | 午夜电影久久 | 丁香av| 久久字幕网 | 国产亚洲字幕 | 丝袜美女在线观看 | av福利在线免费观看 | 午夜.dj高清免费观看视频 | 国产精品毛片久久久久久 | 色哟哟国产精品 | 一区三区视频在线观看 | 在线观看av小说 | 日本二区三区在线 | 超碰在线公开 | www.com在线观看 | 精品一二三四视频 | 制服丝袜欧美 | 欧美日韩在线免费观看视频 | 久久久91精品国产一区二区精品 | 国产97av| jizz18欧美18 | 99久久婷婷国产一区二区三区 | 日韩二区三区 | 免费色视频 | 国产一级二级在线观看 | 国产精品久久久久久久久久久杏吧 | 91av官网 | 91探花系列在线播放 | 中文字幕av在线免费 | 日韩视频免费看 | 国产一区在线免费观看视频 | 99爱在线观看| 96av麻豆蜜桃一区二区 | 久久久久亚洲国产精品 | 亚洲女同ⅹxx女同tv | 国产流白浆高潮在线观看 | 国产精品毛片一区二区三区 | 波多野结衣电影一区二区三区 | 超碰97成人 | 97超碰国产精品女人人人爽 | 69精品在线观看 | 久久男人免费视频 | 日韩成人精品一区二区 | 麻豆成人在线观看 | 亚洲成a人片77777潘金莲 | 性色av免费在线观看 | 国产精品精品国产 | 日韩免费久久 | 五月天六月婷婷 | 成人黄大片 | 国产精品久久久久久久久久99 | 91av在线视频免费观看 | 日本 在线 视频 中文 有码 | www.久久爱.cn | 亚洲视频aaa | 不卡的av中文字幕 | 在线视频18在线视频4k | 夜夜躁日日躁狠狠久久av | 99视频在线观看一区三区 | 天天操天天射天天操 | 国产精品日韩久久久久 | 欧美福利片在线观看 | 日本精品一区二区三区在线播放视频 | 日韩精品aaa| 日日噜噜噜噜夜夜爽亚洲精品 | 成在线播放 | 国产男男gay做爰 | 天天干,狠狠干 | 在线观看免费国产小视频 | 日本大片免费观看在线 | 999精品网 | 久草视频精品 | 五月婷婷伊人网 | www.久久久精品 | 国产成人三级在线观看 | 国内精品久久天天躁人人爽 | av一级在线观看 | 久久久精品影视 | 中文字幕在线视频免费播放 | 婷婷在线视频观看 | 精品免费国产一区二区三区四区 | 欧美视频18 | 精品一区三区 | 中文字幕二区三区 | 在线导航av| 麻豆视频成人 | 久久久一本精品99久久精品 | 国产精品21区 | 91av播放| www.久久爱.cn| 成人免费在线网 | 91中文字幕在线视频 | 美女国产网站 | 天天射天天爽 | 精品极品在线 | 国产福利午夜 | 狠狠干天天干 | 九九视频这里只有精品 | 久热免费在线观看 | 久久久久久久久久久免费av | 亚洲精品国产精品乱码不99热 | 色黄视频免费观看 | 伊在线视频| 成人永久视频 | 色噜噜在线观看视频 | 日韩精品无码一区二区三区 | 中文av在线播放 | 久久久久久久久久久久久国产精品 | 天堂av影院 | 欧美日韩亚洲第一页 | 九九九免费视频 | 亚洲精品tv | 麻花豆传媒一二三产区 | 一区二区成人国产精品 | 日韩欧美在线综合网 | 狠狠干狠狠插 | 亚洲精品免费观看视频 | www.成人久久 | av先锋中文字幕 | 一区二区精品视频 | 久久看片 | 狠狠色婷婷丁香六月 | 国产精品乱码久久久 | 又黄又刺激的视频 | 成人h视频在线播放 | 人人干干人人 | 婷婷久久久久 | 探花视频免费在线观看 | 日韩久久精品一区 | 久久国产精品精品国产色婷婷 | 成人av在线影视 | 超碰在线免费97 | 九九热精品视频在线观看 | 国产糖心vlog在线观看 | 久久综合成人网 | 欧美激情精品 | 久久免费视频99 | 最近2019中文免费高清视频观看www99 | av福利免费 | 欧美 高跟鞋交 xxxxhd | 500部大龄熟乱视频使用方法 | 国产人成一区二区三区影院 | 日批网站在线观看 | 手机av永久免费 | av资源网在线播放 | 激情综合啪啪 | 成人av网站在线播放 | 天天爽天天碰狠狠添 | 国产特级毛片aaaaaa毛片 | 国产精品v欧美精品v日韩 | 丝袜美女视频网站 | 亚洲国产精品电影 | 国产麻豆剧传媒免费观看 | 99久久婷婷国产 | 免费a v观看| 国产精品久久久久久一区二区三区 | 天天天射 | 日本黄色免费在线 | 五月综合色 | 玖玖在线播放 | 五月天婷婷丁香花 | 国内精品久久久久久久久久 | 亚洲视频2| 91最新网址在线观看 | 麻豆你懂的 | 黄色片网站大全 | 精品国产成人av在线免 | 91桃色在线免费观看 | 欧美人操人 | 美女黄视频免费看 | 日日夜夜精品视频天天综合网 | 亚洲老妇xxxxxx | 亚洲欧洲日韩在线观看 | 500部大龄熟乱视频使用方法 | 亚洲欧美成人在线 | 精品国产网址 | 久久久国产精品视频 | 特黄特色特刺激视频免费播放 | 永久免费在线 | 久久人人爽人人片 | 色婷婷久久| 天天综合狠狠精品 | 日韩在线网址 | 99精品久久只有精品 | 中文字幕视频一区二区 | 国产亚洲情侣一区二区无 | 在线国产小视频 | 色视频成人在线观看免 | 久久96国产精品久久99软件 | 成人欧美一区二区三区在线观看 | 日韩三级久久 | 欧美日韩国产伦理 | 久草在线视频免赞 | 色午夜影院 | 成人a在线观看高清电影 | 亚洲视频 视频在线 | 狠狠操狠狠插 | 日韩免费小视频 | 久久精品男人的天堂 | 天天色天天综合 | 国产午夜精品免费一区二区三区视频 | 国产98色在线 | 日韩 | 91成人在线视频 | 黄色免费网 | 国产欧美在线一区二区三区 | 日韩精品不卡 | 欧美日韩一区二区三区在线观看视频 | 美女黄频网站 | 欧美一区二区三区免费看 | 日韩精品一区二区三区水蜜桃 | 国产精品永久免费在线 | 国产一区二区网址 | 麻花豆传媒一二三产区 | 在线看欧美 | 亚洲aaa级 | 91久久电影| 99久久精品免费看 | 搡bbbb搡bbb视频 | 国产在线a | 天天色天天射天天操 | 91av视频免费在线观看 | 国产精品久久久久久影院 | 尤物九九久久国产精品的分类 | 91丨九色丨蝌蚪丨老版 | 高清av在线 | 国产一卡二卡四卡国 | 91最新中文字幕 | 欧美精品亚洲精品日韩精品 | 国内精品久久久久久久 | 丝袜精品视频 | 欧美成人a在线 | 丁香色综合 | 成人av手机在线 | 中文字幕 成人 | 日本一区二区三区免费看 | 亚洲在线a | 成人黄色小视频 | 天天躁日日躁狠狠躁 | 国产精品自拍在线 | 久久99久久久久久 | 久久视频精品在线观看 | 精品国自产在线观看 | 97香蕉久久超级碰碰高清版 | 亚洲精品乱码白浆高清久久久久久 | 久久精品8| 我爱av激情网 | 免费成视频 | 久久久久久久久黄色 | 精品久久影院 | 我爱av激情网| 色狠狠综合天天综合综合 | 国产乱对白刺激视频在线观看女王 | 国产精品国产自产拍高清av | 亚洲成人资源在线观看 | 欧美日韩视频在线播放 | 波多野结衣久久精品 | 日韩av片无码一区二区不卡电影 | 欧美一进一出抽搐大尺度视频 | 国产精品亚洲片在线播放 | 久久精品欧美一区 | 高清久久久久久 | 国产 日韩 在线 亚洲 字幕 中文 | 久久国产精品久久w女人spa | 日韩视频在线播放 | av高清在线 | 婷婷久久国产 | 久久久99国产精品免费 | 国产91影院 | av大全在线观看 | 国产精品成人av在线 | 天天干人人插 | 99久热精品 | 久精品视频| 五月婷婷开心中文字幕 | 亚洲精品美女久久久 | 夜夜操天天 | 黄色av免费看 | 深爱五月激情五月 | 91视视频在线直接观看在线看网页在线看 | 亚洲黄色片在线 | 三级黄色大片在线观看 | 91视频免费观看 | av黄色免费看 | 久草视频网| 国产色综合天天综合网 | 国产免费一区二区三区最新6 | 五月婷婷久草 | 2019天天干夜夜操 | www91在线 | 日韩精品免费一区二区在线观看 | 国产精品女人网站 | 免费观看一级一片 | 五月天婷婷免费视频 | 日韩精品视 | 日日干天天操 | 最近中文字幕国语免费高清6 | 欧美精品中文字幕亚洲专区 | 免费精品在线观看 | 国产精品久久精品国产 | 国产成人福利在线 | 国产精品18久久久久久久 | 亚洲午夜精 | 欧美性猛片,| 亚洲资源一区 | 国产热re99久久6国产精品 | 久久久久久久免费观看 | 欧美二区三区91 | 97成人精品| 在线a视频 | 黄色av一级 | 五月婷久久 | 亚洲欧美日韩国产一区二区 | 在线免费观看亚洲视频 | 18av在线视频 | 免费三级在线 | 精品免费视频 | 国内精品久久久久久久久久久 | 97超碰在线人人 | 国产福利在线免费 | 人九九精品 | 日日夜夜天天射 | 8090yy亚洲精品久久 | 91经典在线 | 久久婷亚洲五月一区天天躁 | 日韩不卡高清 | 久久麻豆精品 | 最新成人av| 青青草国产精品 | 亚州欧美视频 | 国产一区二区在线免费观看 | 天天插视频 | 特级毛片网 | 国产福利精品视频 | 丁香婷婷电影 | av免费看在线 | 欧美精品中文字幕亚洲专区 | 久久这里只有精品久久 |