.. |
AddCheckedBlocks.cs
|
Split PrettifyAssignments pass out from ReplaceMethodCallsWithOperators and fix pass ordering.
|
8 years ago |
AddXmlDocumentationTransform.cs
|
AddXmlDocumentationTransform: Do not crash if there is no metadata token on the current member. (Example value__ field in enum declarations).
|
8 years ago |
CombineQueryExpressions.cs
|
mcs: Fix detection of transparent identifiers.
|
7 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
|
Fix #1093: Remove usage of type or this qualifiers, when possible.
|
7 years ago |
CustomPatterns.cs
|
Remove AST-helper-methods
|
9 years ago |
DecimalConstantTransform.cs
|
Namespace adjustments for Syntax classes
|
9 years ago |
DeclareVariables.cs
|
Add minimal support for C# 7 discards in out var declarations.
|
7 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.
|
8 years ago |
IAstTransform.cs
|
Namespace adjustments for Syntax classes
|
9 years ago |
IntroduceExtensionMethods.cs
|
Fix #1093: Remove usage of type or this qualifiers, when possible.
|
7 years ago |
IntroduceQueryExpressions.cs
|
Fix #437: Decompilation of query expression loses material parentheses
|
8 years ago |
IntroduceUnsafeModifier.cs
|
Fix #1093: Remove usage of type or this qualifiers, when possible.
|
7 years ago |
IntroduceUsingDeclarations.cs
|
#1080: Add ILTransformContext.RequiredNamespacesSuperset
|
7 years ago |
NormalizeBlockStatements.cs
|
Add expression body syntax for getter-only properties.
|
7 years ago |
PatternStatementTransform.cs
|
Fix #1061: Different control flow in decompiled code
|
7 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
|
Wrap conditional expressions in parentheses, if used in string interpolation literals.
|
7 years ago |
TransformContext.cs
|
Cache UsingScope during decompiler run.
|
7 years ago |