.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 81e8df3f96 Move DelegateConstruction transform to ILAst 10 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 generics issue with cctor conversion 10 years ago
CustomPatterns.cs Add back AST transform infrastructure 11 years ago
DecimalConstantTransform.cs add transformation of decimal literals and decimal constants 11 years ago
DeclareVariables.cs add back variable/parameter reference highlighting for C# 10 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 Add transform to fix name collisions. 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 IntPtr <-> UIntPtr casts by introducing calls to ToPointer() 10 years ago
IntroduceUsingDeclarations.cs Fix disambiguation of type names. 10 years ago
PatternStatementTransform.cs Simplify TransformAutomaticProperties-GetSymbol 10 years ago
ReplaceMethodCallsWithOperators.cs implemented SwitchInstruction, StElem, NewArr instructions 11 years ago
TransformContext.cs Reactivate PatternStatementTransform 10 years ago