.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.
 
 
 
 
Siegfried Pammer 5bedb80a78 Phase 1: merge parts of ICSharpCode.NRefactory.CSharp into ICSharpCode.Decompiler 9 years ago
..
AddCheckedBlocks.cs Fix various issues that caused conversions to decompile to code with different semantics: 10 years ago
CombineQueryExpressions.cs Use ResolveResults as annotations. 11 years ago
ContextTrackingVisitor.cs Reactivate PatternStatementTransform 10 years ago
ConvertConstructorCallIntoInitializer.cs Fix bug in ConvertConstructorCallIntoInitializer: only non-chained ctors should be checked for initializer equality. 10 years ago
CustomPatterns.cs Use 'ref locals' where necessary. 9 years ago
DecimalConstantTransform.cs add transformation of decimal literals and decimal constants 11 years ago
DeclareVariables.cs Phase 1: merge parts of ICSharpCode.NRefactory.CSharp into ICSharpCode.Decompiler 9 years ago
DelegateConstruction.cs Move DelegateConstruction transform to ILAst 10 years ago
EscapeInvalidIdentifiers.cs remove System.Runtime.Versioning.TargetFrameworkAttribute when exporting assembly as project 10 years ago
ExpressionTreeConverter.cs Use ResolveResults as annotations. 11 years ago
FixNameCollisions.cs FixNameCollisions: do not rename non-private fields; handle explicit interface implementations. 10 years ago
FlattenSwitchBlocks.cs Use ResolveResults as annotations. 11 years ago
IAstTransform.cs Re-enable IntroduceUsingDeclarations 11 years ago
IntroduceExtensionMethods.cs Use ResolveResults as annotations. 11 years ago
IntroduceQueryExpressions.cs Use ResolveResults as annotations. 11 years ago
IntroduceUnsafeModifier.cs Fix stackalloc[] decompilation. 10 years ago
IntroduceUsingDeclarations.cs Fix disambiguation of type names. 10 years ago
PatternStatementTransform.cs Phase 1: merge parts of ICSharpCode.NRefactory.CSharp into ICSharpCode.Decompiler 9 years ago
ReplaceMethodCallsWithOperators.cs Use correct annotation to detect custom operators. 10 years ago
TransformContext.cs Reactivate PatternStatementTransform 10 years ago