.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 238179248d Fix bug in ConvertConstructorCallIntoInitializer: only non-chained ctors should be checked for initializer equality. 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 bug in ConvertConstructorCallIntoInitializer: only non-chained ctors should be checked for initializer equality. 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 Replace ctors of anonymous types with AnonymousTypeCreateExpression 9 years ago
DelegateConstruction.cs Move DelegateConstruction transform to ILAst 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 Simplify TransformAutomaticProperties-GetSymbol 9 years ago
ReplaceMethodCallsWithOperators.cs Use correct annotation to detect custom operators. 9 years ago
TransformContext.cs Reactivate PatternStatementTransform 9 years ago