.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 5853758846 Fixed highlighting of variable declaration with empty initializer. 14 years ago
..
AddCheckedBlocks.cs Consistently use the full MIT license header on source files. 15 years ago
CombineQueryExpressions.cs Anonymous type create expressions: when all names can be inferred from the initializers, don't create NamedExpressions. 14 years ago
ContextTrackingVisitor.cs Consistently use the full MIT license header on source files. 15 years ago
ConvertConstructorCallIntoInitializer.cs Don't use field initializer syntax when the RHS of the assignment contains "this". 14 years ago
DecimalConstantTransform.cs Fix DecimalConstantTransform. 14 years ago
DeclareVariables.cs Fixed highlighting of variable declaration with empty initializer. 14 years ago
DelegateConstruction.cs Highlighting references to clicked variable or parameter. 14 years ago
IntroduceExtensionMethods.cs fix #167 - Incorrect decompilation of null as extension method this parameter 14 years ago
IntroduceQueryExpressions.cs Consistently use the full MIT license header on source files. 15 years ago
IntroduceUnsafeModifier.cs Consistently use the full MIT license header on source files. 15 years ago
IntroduceUsingDeclarations.cs Consistently use the full MIT license header on source files. 15 years ago
PatternStatementTransform.cs Adjust ILSpy to NRefactory changes. 14 years ago
PushNegation.cs Use annotations to mark lifted operators that can't be transformed by PushNegation 14 years ago
ReplaceMethodCallsWithOperators.cs Compound assignment support for overloaded operators 14 years ago
TransformationPipeline.cs Merge branch 'master' of github.com:icsharpcode/ILSpy into vb 14 years ago