.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Daniel Grunwald 80fe3d04f8 Merge branch 'srm' of github.com:icsharpcode/ILSpy into srm 8 years ago
..
OutputVisitor Decompile TupleElementNamesAttribute into tuple type syntax. 8 years ago
Resolver Merge branch 'master' into srm 8 years ago
Syntax Merge pull request #1134 from icsharpcode/tuple 8 years ago
Transforms Merge branch 'master' into srm 8 years ago
TypeSystem Distinguish between unknown type and no type. 8 years ago
Annotations.cs Use out variable declarations where possible. 8 years ago
AstTypeBuilder.cs AstTypeBuilder: Distribute type arguments on outer types and nested type. 8 years ago
CSharpDecompiler.cs Merge branch 'master' into srm 8 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 8 years ago
CallBuilder.cs Merge branch 'master' into srm 8 years ago
ExpressionBuilder.cs #1083: Initial implementation of named arguments. 8 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 8 years ago
RequiredNamespaceCollector.cs Fix stack overflow in RequiredNamespaceCollector 8 years ago
SequencePointBuilder.cs Port ILFunction and SequencePointBuilder 8 years ago
StatementBuilder.cs ILAst transform for named arguments. 8 years ago
TranslatedExpression.cs Use target typing for tuples, where possible. 8 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Avoid unnecessary allocations of MetadataReader and clean up Dom structs a bit. 8 years ago