.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 cdd12ba33b Fix #962: NullReferenceException when setting FullyQualifyAmbiguousTypeNames=false 9 years ago
..
AddCheckedBlocks.cs
AddXmlDocumentationTransform.cs AddXmlDocumentationTransform: Do not crash if there is no metadata token on the current member. (Example value__ field in enum declarations). 9 years ago
CombineQueryExpressions.cs
ContextTrackingVisitor.cs
ConvertConstructorCallIntoInitializer.cs Add special cases for fields and constructors back in CSharpLanguage 9 years ago
CustomPatterns.cs
DecimalConstantTransform.cs
DeclareVariables.cs Fix #952: Issue with discard expressions and variables 9 years ago
EscapeInvalidIdentifiers.cs
ExpressionTreeConverter.cs
FixNameCollisions.cs
FlattenSwitchBlocks.cs Add FlattenSwitchBlocks transform + update test cases. 9 years ago
IAstTransform.cs
IntroduceExtensionMethods.cs Simplify context handling in IntroduceExtensionMethods 9 years ago
IntroduceQueryExpressions.cs Fix #437: Decompilation of query expression loses material parentheses 9 years ago
IntroduceUnsafeModifier.cs Fix #949: Unsafe modifier missing in some cases 9 years ago
IntroduceUsingDeclarations.cs Fix #962: NullReferenceException when setting FullyQualifyAmbiguousTypeNames=false 9 years ago
PatternStatementTransform.cs Add foreach over array pattern. 9 years ago
PrettifyAssignments.cs
RemoveCLSCompliantAttribute.cs
ReplaceMethodCallsWithOperators.cs Fix #926: missing explicit casts for implicit operators 9 years ago
TransformContext.cs