.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 24cdcd1958 Use lambda expressions for anonymous methods that contain only a single return statement. 15 years ago
..
ContextTrackingVisitor.cs Implemented removal of closures ("display class" introduced by C# compiler for anonymous methods) 15 years ago
ConvertConstructorCallIntoInitializer.cs NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 15 years ago
DelegateConstruction.cs Use lambda expressions for anonymous methods that contain only a single return statement. 15 years ago
PushNegation.cs Simplify "x == false" to "!x" in PushNegation. 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 Resurrect Ast based "goto removal" - we will use that until it is converted to ILAst based one. 15 years ago
ReplaceMethodCallsWithOperators.cs NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 15 years ago
RestoreLoop.cs NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 15 years ago
TransformationPipeline.cs Implemented removal of closures ("display class" introduced by C# compiler for anonymous methods) 15 years ago