.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 0cdaf3bec4 Ensure the value parameter of a property setter is called 'value'. 14 years ago
..
DefaultDictionary.cs Consistently use the full MIT license header on source files. 15 years ago
GotoRemoval.cs Remove unreachable return statements. Closes #174. Closes #192 14 years ago
ILAstBuilder.cs Ensure the value parameter of a property setter is called 'value'. 14 years ago
ILAstOptimizer.cs Ignore arguments of 'leave'. Closes #185 14 years ago
ILAstTypes.cs Replace endfinally with jump. Closes #232 14 years ago
ILCodes.cs Fix #249: Object Initializer not detected for value types 14 years ago
ILInlining.cs Fix inlining into null coalescing operator. 14 years ago
InitializerPeepholeTransforms.cs Fix #211 InvalidCastException in ILAstOptimizer.TransformArrayInitializers 14 years ago
LoopsAndConditions.cs Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
PatternMatching.cs Consistently use the full MIT license header on source files. 15 years ago
PeepholeTransform.cs Simplify shift operators (<< and >>). 14 years ago
SimpleControlFlow.cs Fix inlining into null coalescing operator. 14 years ago
TypeAnalysis.cs Fix #249: Object Initializer not detected for value types 14 years ago
YieldReturnDecompiler.cs add AlwaysGenerateExceptionVariableForCatchBlocks setting to avoid Catch clauses without a variable; disable C#'s query expression translation 14 years ago