.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.
 
 
 
 
Artur Zgodziñski e8c2536606 BugFix: incorrectly removed empty constructors with parameters 15 years ago
..
ContextTrackingVisitor.cs Add support for the using statement. Closes #7. 15 years ago
ConvertConstructorCallIntoInitializer.cs BugFix: incorrectly removed empty constructors with parameters 15 years ago
DelegateConstruction.cs Fix foreach pattern. Closes #16. 15 years ago
PatternStatementTransform.cs Add pattern for "for" loops. Closes #4. 15 years ago
PushNegation.cs Add some improvements to pattern matching. 15 years ago
RemoveDeadLabels.cs Resurrect Ast based "goto removal" - we will use that until it is converted to ILAst based one. 15 years ago
RemoveEmptyElseBody.cs Initial port to new NRefactory. 15 years ago
RemoveGotos.cs Determine loop condition from CFG 15 years ago
ReplaceMethodCallsWithOperators.cs Replace 'i += 1' with 'i++'. Closes #33. 15 years ago
RestoreLoop.cs NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 15 years ago
TransformationPipeline.cs Rename UsingStatementTransform to PatternStatementTransform. 15 years ago