.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 4da1addd2b Implement C# 2, C# 4 legacy and Roslyn lock patterns. 8 years ago
..
AddCheckedBlocks.cs Split PrettifyAssignments pass out from ReplaceMethodCallsWithOperators and fix pass ordering. 8 years ago
AddXmlDocumentationTransform.cs Fix lingering additional documentation after field/ctor removal. 8 years ago
CombineQueryExpressions.cs Reimplement IntroduceQueryExpressions and CombineQueryExpressions 8 years ago
ContextTrackingVisitor.cs Don't introduce foreach when doing so would create a conflict with another variable of the same name as the loop variable. 8 years ago
ConvertConstructorCallIntoInitializer.cs Add special cases for fields and constructors back in CSharpLanguage 8 years ago
CustomPatterns.cs Remove AST-helper-methods 9 years ago
DecimalConstantTransform.cs Namespace adjustments for Syntax classes 9 years ago
DeclareVariables.cs Fix #284 - Ability to disable decompilation of anonymous types to "var" 8 years ago
EscapeInvalidIdentifiers.cs Namespace adjustments for Syntax classes 9 years ago
ExpressionTreeConverter.cs Use ResolveResults as annotations. 11 years ago
FixNameCollisions.cs Namespace adjustments for Syntax classes 9 years ago
FlattenSwitchBlocks.cs Use ResolveResults as annotations. 11 years ago
IAstTransform.cs Namespace adjustments for Syntax classes 9 years ago
IntroduceExtensionMethods.cs Reimplement IntroduceQueryExpressions and CombineQueryExpressions 8 years ago
IntroduceQueryExpressions.cs Reimplement IntroduceQueryExpressions and CombineQueryExpressions 8 years ago
IntroduceUnsafeModifier.cs Namespace adjustments for Syntax classes 9 years ago
IntroduceUsingDeclarations.cs Handle Settings.UsingDeclarations and Settings.FullyQualifyAmbiguousTypeNames correctly. 8 years ago
PatternStatementTransform.cs Implement C# 2, C# 4 legacy and Roslyn lock patterns. 8 years ago
PrettifyAssignments.cs Split PrettifyAssignments pass out from ReplaceMethodCallsWithOperators and fix pass ordering. 8 years ago
RemoveCLSCompliantAttribute.cs Add RemoveCLSCompliantAttribute 8 years ago
ReplaceMethodCallsWithOperators.cs A bit of clean-up 8 years ago
TransformContext.cs Add RemoveCLSCompliantAttribute 8 years ago