.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 b6c7a25edf Fix #1661: Ignore casts on this/base ctor calls, if base type cannot be found. 6 years ago
..
AddCheckedBlocks.cs Do not wrap local functions in checked blocks. 6 years ago
AddXmlDocumentationTransform.cs
CombineQueryExpressions.cs CombineQueryExpressions: Add missing transparent-identifier pattern. 6 years ago
ContextTrackingVisitor.cs
ConvertConstructorCallIntoInitializer.cs Fix #1661: Ignore casts on this/base ctor calls, if base type cannot be found. 6 years ago
CustomPatterns.cs
DecimalConstantTransform.cs
DeclareVariables.cs Fix #1630: Do not convert while to for statement, if any iterator variables are to be declared in the loop body. This causes problems with ref-typed variables. 6 years ago
EscapeInvalidIdentifiers.cs
FixNameCollisions.cs
FlattenSwitchBlocks.cs FlattenSwitchBlocks: include local function and out var declarations in the list of exceptions. 6 years ago
IAstTransform.cs
IntroduceExtensionMethods.cs Use extension method syntax only if the extension method is eligible. 6 years ago
IntroduceQueryExpressions.cs Do not convert simple LINQ method calls to LINQ expressions. Closes #1501. 6 years ago
IntroduceUnsafeModifier.cs Fix #1378: Missing unsafe modifier for static fields 7 years ago
IntroduceUsingDeclarations.cs
NormalizeBlockStatements.cs Apply expression-body transform to indexers as well. 6 years ago
PatternStatementTransform.cs Fix #1628: Preserve order of child nodes in PatternStatementTransform.VisitBinaryOperatorExpression. 6 years ago
PrettifyAssignments.cs
RemoveCLSCompliantAttribute.cs
ReplaceMethodCallsWithOperators.cs Fix #1618: Unwrap in-arguments, when converting method calls to operators. 6 years ago
TransformContext.cs