.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 bb1beedbd4 Reactivate PatternStatementTransform 9 years ago
..
AddCheckedBlocks.cs Fix various issues that caused conversions to decompile to code with different semantics: 9 years ago
CombineQueryExpressions.cs Use ResolveResults as annotations. 11 years ago
ContextTrackingVisitor.cs Reactivate PatternStatementTransform 9 years ago
ConvertConstructorCallIntoInitializer.cs fix generics issue with cctor conversion 9 years ago
CustomPatterns.cs Add back AST transform infrastructure 11 years ago
DecimalConstantTransform.cs add transformation of decimal literals and decimal constants 10 years ago
DeclareVariables.cs add back variable/parameter reference highlighting for C# 9 years ago
DelegateConstruction.cs add back DeclareVariables-transform 9 years ago
EscapeInvalidIdentifiers.cs remove System.Runtime.Versioning.TargetFrameworkAttribute when exporting assembly as project 9 years ago
ExpressionTreeConverter.cs Use ResolveResults as annotations. 11 years ago
FixNameCollisions.cs Add transform to fix name collisions. 9 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() 9 years ago
IntroduceUsingDeclarations.cs Fix disambiguation of type names. 9 years ago
PatternStatementTransform.cs Reactivate PatternStatementTransform 9 years ago
ReplaceMethodCallsWithOperators.cs implemented SwitchInstruction, StElem, NewArr instructions 10 years ago
TransformContext.cs Reactivate PatternStatementTransform 9 years ago