.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 b836f0b859 Fix #1837: auto events with tuples are not recognized. 7 years ago
..
AddCheckedBlocks.cs Do not wrap local functions in checked blocks. 7 years ago
AddXmlDocumentationTransform.cs
CombineQueryExpressions.cs CombineQueryExpressions: Add missing transparent-identifier pattern. 7 years ago
ContextTrackingVisitor.cs
ConvertConstructorCallIntoInitializer.cs Fix #1743: Add pattern for struct constructor initializers. 7 years ago
CustomPatterns.cs
DecimalConstantTransform.cs
DeclareVariables.cs #1151: Support for ref readonly locals. 7 years ago
EscapeInvalidIdentifiers.cs
FixNameCollisions.cs
FlattenSwitchBlocks.cs FlattenSwitchBlocks: include local function and out var declarations in the list of exceptions. 7 years ago
IAstTransform.cs
IntroduceExtensionMethods.cs Use extension method syntax only if the extension method is eligible. 7 years ago
IntroduceQueryExpressions.cs Do not convert simple LINQ method calls to LINQ expressions. Closes #1501. 7 years ago
IntroduceUnsafeModifier.cs
IntroduceUsingDeclarations.cs Fix #1758: Input var name conflicting with framework class name 7 years ago
NormalizeBlockStatements.cs Apply expression-body transform to indexers as well. 7 years ago
PatternStatementTransform.cs Fix #1837: auto events with tuples are not recognized. 7 years ago
PrettifyAssignments.cs
RemoveCLSCompliantAttribute.cs
ReplaceMethodCallsWithOperators.cs Avoid making explicit ToString() implicit when doing so changes the semantics for mutable value types. 7 years ago
TransformContext.cs