.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 b2d30dc615 Merge remote-tracking branch 'origin/null-propagation' 8 years ago
..
AddCheckedBlocks.cs Split PrettifyAssignments pass out from ReplaceMethodCallsWithOperators and fix pass ordering. 9 years ago
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 Reimplement IntroduceQueryExpressions and CombineQueryExpressions 9 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. 9 years ago
ConvertConstructorCallIntoInitializer.cs Fix crash described in #1038. 8 years ago
CustomPatterns.cs Remove AST-helper-methods 9 years ago
DecimalConstantTransform.cs Namespace adjustments for Syntax classes 9 years ago
DeclareVariables.cs Implement ?. operator when the result of the call is not used 8 years ago
EscapeInvalidIdentifiers.cs Namespace adjustments for Syntax classes 9 years ago
FixNameCollisions.cs Namespace adjustments for Syntax classes 9 years ago
FlattenSwitchBlocks.cs Add FlattenSwitchBlocks transform + update test cases. 9 years ago
IAstTransform.cs Namespace adjustments for Syntax classes 9 years ago
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 hyperlink on PointerReferenceExpression 9 years ago
IntroduceUsingDeclarations.cs Fix #962: NullReferenceException when setting FullyQualifyAmbiguousTypeNames=false 9 years ago
NormalizeBlockStatements.cs Fix another bug in NormalizeBlockStatements 9 years ago
PatternStatementTransform.cs Fix #1083: add pattern for mcs auto events (version 4) 8 years ago
PrettifyAssignments.cs Split PrettifyAssignments pass out from ReplaceMethodCallsWithOperators and fix pass ordering. 9 years ago
RemoveCLSCompliantAttribute.cs Add RemoveCLSCompliantAttribute 9 years ago
ReplaceMethodCallsWithOperators.cs Wrap conditional expressions in parentheses, if used in string interpolation literals. 8 years ago
TransformContext.cs Add RemoveCLSCompliantAttribute 9 years ago