Metadata >> NuGet >> ICSharpCode.Decompiler >> 2.3.0 >> Release .NETFramework,Version=v4.0 >> ICSharpCode.Decompiler

ICSharpCode.Decompiler

Depedencies

Name AssemblyVersion Culture PublicKeyToken Type
ICSharpCode.NRefactory 5.0.0.0 neutral d4bfe873e7598c49 Required
ICSharpCode.NRefactory.CSharp 5.0.0.0 neutral d4bfe873e7598c49 Required
Mono.Cecil 0.9.5.0 neutral 0738eb9f132ed756 Required
mscorlib 4.0.0.0 neutral b77a5c561934e089 Required
System 4.0.0.0 neutral b77a5c561934e089 Required
System.Core 4.0.0.0 neutral b77a5c561934e089 Required

Sources

Path Related
ICSharpCode.Decompiler/Ast/Annotations.cs Source
ICSharpCode.Decompiler/Ast/AstBuilder.cs Source
ICSharpCode.Decompiler/Ast/AstMethodBodyBuilder.cs Source
ICSharpCode.Decompiler/Ast/CommentStatement.cs Source
ICSharpCode.Decompiler/Ast/DecompilerContext.cs Source
ICSharpCode.Decompiler/Ast/NameVariables.cs Source
ICSharpCode.Decompiler/Ast/NRefactoryExtensions.cs Source
ICSharpCode.Decompiler/Ast/TextTokenWriter.cs Source
ICSharpCode.Decompiler/Ast/Transforms/AddCheckedBlocks.cs Source
ICSharpCode.Decompiler/Ast/Transforms/CombineQueryExpressions.cs Source
ICSharpCode.Decompiler/Ast/Transforms/ContextTrackingVisitor.cs Source
ICSharpCode.Decompiler/Ast/Transforms/ConvertConstructorCallIntoInitializer.cs Source
ICSharpCode.Decompiler/Ast/Transforms/CustomPatterns.cs Source
ICSharpCode.Decompiler/Ast/Transforms/DecimalConstantTransform.cs Source
ICSharpCode.Decompiler/Ast/Transforms/DeclareVariables.cs Source
ICSharpCode.Decompiler/Ast/Transforms/DelegateConstruction.cs Source
ICSharpCode.Decompiler/Ast/Transforms/ExpressionTreeConverter.cs Source
ICSharpCode.Decompiler/Ast/Transforms/FlattenSwitchBlocks.cs Source
ICSharpCode.Decompiler/Ast/Transforms/IntroduceExtensionMethods.cs Source
ICSharpCode.Decompiler/Ast/Transforms/IntroduceQueryExpressions.cs Source
ICSharpCode.Decompiler/Ast/Transforms/IntroduceUnsafeModifier.cs Source
ICSharpCode.Decompiler/Ast/Transforms/IntroduceUsingDeclarations.cs Source
ICSharpCode.Decompiler/Ast/Transforms/PatternStatementTransform.cs Source
ICSharpCode.Decompiler/Ast/Transforms/PushNegation.cs Source
ICSharpCode.Decompiler/Ast/Transforms/ReplaceMethodCallsWithOperators.cs Source
ICSharpCode.Decompiler/Ast/Transforms/TransformationPipeline.cs Source
ICSharpCode.Decompiler/Ast/TypesHierarchyHelpers.cs Source
ICSharpCode.Decompiler/CecilExtensions.cs Source
ICSharpCode.Decompiler/CodeMappings.cs Source
ICSharpCode.Decompiler/DecompilerException.cs Source
ICSharpCode.Decompiler/DecompilerSettings.cs Source
ICSharpCode.Decompiler/Disassembler/DisassemblerHelpers.cs Source
ICSharpCode.Decompiler/Disassembler/ILStructure.cs Source
ICSharpCode.Decompiler/Disassembler/MethodBodyDisassembler.cs Source
ICSharpCode.Decompiler/Disassembler/ReflectionDisassembler.cs Source
ICSharpCode.Decompiler/FlowAnalysis/ControlFlowEdge.cs Source
ICSharpCode.Decompiler/FlowAnalysis/ControlFlowGraph.cs Source
ICSharpCode.Decompiler/FlowAnalysis/ControlFlowGraphBuilder.cs Source
ICSharpCode.Decompiler/FlowAnalysis/ControlFlowNode.cs Source
ICSharpCode.Decompiler/FlowAnalysis/ControlStructureDetector.cs Source
ICSharpCode.Decompiler/FlowAnalysis/OpCodeInfo.cs Source
ICSharpCode.Decompiler/FlowAnalysis/SimplifyByRefCalls.cs Source
ICSharpCode.Decompiler/FlowAnalysis/SsaBlock.cs Source
ICSharpCode.Decompiler/FlowAnalysis/SsaForm.cs Source
ICSharpCode.Decompiler/FlowAnalysis/SsaFormBuilder.cs Source
ICSharpCode.Decompiler/FlowAnalysis/SsaInstruction.cs Source
ICSharpCode.Decompiler/FlowAnalysis/SsaOptimization.cs Source
ICSharpCode.Decompiler/FlowAnalysis/SsaVariable.cs Source
ICSharpCode.Decompiler/FlowAnalysis/TransformToSsa.cs Source
ICSharpCode.Decompiler/ILAst/AsyncDecompiler.cs Source
ICSharpCode.Decompiler/ILAst/DefaultDictionary.cs Source
ICSharpCode.Decompiler/ILAst/GotoRemoval.cs Source
ICSharpCode.Decompiler/ILAst/ILAstBuilder.cs Source
ICSharpCode.Decompiler/ILAst/ILAstOptimizer.cs Source
ICSharpCode.Decompiler/ILAst/ILAstTypes.cs Source
ICSharpCode.Decompiler/ILAst/ILCodes.cs Source
ICSharpCode.Decompiler/ILAst/ILInlining.cs Source
ICSharpCode.Decompiler/ILAst/InitializerPeepholeTransforms.cs Source
ICSharpCode.Decompiler/ILAst/LiftedOperators.cs Source
ICSharpCode.Decompiler/ILAst/LoopsAndConditions.cs Source
ICSharpCode.Decompiler/ILAst/PatternMatching.cs Source
ICSharpCode.Decompiler/ILAst/PeepholeTransform.cs Source
ICSharpCode.Decompiler/ILAst/SimpleControlFlow.cs Source
ICSharpCode.Decompiler/ILAst/StateRange.cs Source
ICSharpCode.Decompiler/ILAst/SymbolicExecution.cs Source
ICSharpCode.Decompiler/ILAst/TypeAnalysis.cs Source
ICSharpCode.Decompiler/ILAst/YieldReturnDecompiler.cs Source
ICSharpCode.Decompiler/ITextOutput.cs Source
ICSharpCode.Decompiler/PlainTextOutput.cs Source
ICSharpCode.Decompiler/ReferenceResolvingException.cs Source
ICSharpCode.Decompiler/TextOutputWriter.cs Source