.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 7ce453c73d Fix #2710: enhanced using statements are not allowed as embedded statements. 4 years ago
..
AddCheckedBlocks.cs Fix #2541: Add explicit `unchecked()` around non-constant cast of constant to `nint` 5 years ago
AddXmlDocumentationTransform.cs
CombineQueryExpressions.cs Fix #2092: aggressively inline code in compiler-generated lambdas and expression trees. 5 years ago
ContextTrackingVisitor.cs
CustomPatterns.cs
DecimalConstantTransform.cs
DeclareVariables.cs Fix #2527: Support skip locals init 5 years ago
EscapeInvalidIdentifiers.cs
FixNameCollisions.cs
FlattenSwitchBlocks.cs
IAstTransform.cs
IntroduceExtensionMethods.cs Fix #2307: potential NRE in IntroduceExtensionMethods 5 years ago
IntroduceQueryExpressions.cs IntroduceQueryExpressions: Do not ignore attributes on lambdas 4 years ago
IntroduceUnsafeModifier.cs Fix #2391: mark method as unsafe when passing `null` to a parameter of pointer type. 5 years ago
IntroduceUsingDeclarations.cs Fix ArgumentNullException in IntroduceUsingDeclarations: ignore unnamed variables for the purpose of conflict resolving. 5 years ago
NormalizeBlockStatements.cs Fix #2710: enhanced using statements are not allowed as embedded statements. 4 years ago
PatternStatementTransform.cs Remove backing fields of auto properties and events. 4 years ago
PrettifyAssignments.cs
RemoveCLSCompliantAttribute.cs
ReplaceMethodCallsWithOperators.cs
TransformContext.cs
TransformFieldAndConstructorInitializers.cs Add special-case for non-primary record struct constructors 4 years ago