.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 c478ccc2e0 Fix #3319: KeyDownEvent field reference was replaced with KeyDown event reference. 1 year ago
..
AddCheckedBlocks.cs
AddXmlDocumentationTransform.cs
CombineQueryExpressions.cs
ContextTrackingVisitor.cs
CustomPatterns.cs
DeclareVariables.cs Add metadata processing for C# 12 'ref readonly' parameters 2 years ago
EscapeInvalidIdentifiers.cs Add metadata processing for C# 12 'ref readonly' parameters 2 years ago
FixNameCollisions.cs
FlattenSwitchBlocks.cs
IAstTransform.cs
IntroduceExtensionMethods.cs
IntroduceQueryExpressions.cs Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 2 years ago
IntroduceUnsafeModifier.cs Fix #2777: StackOverflowException with recursive delegates 4 years ago
IntroduceUsingDeclarations.cs #3209: Only add imports for extension methods. 2 years ago
NormalizeBlockStatements.cs Generate sequence points for expression-bodied properties and indexers 3 years ago
PatternStatementTransform.cs Fix #3319: KeyDownEvent field reference was replaced with KeyDown event reference. 1 year ago
PrettifyAssignments.cs Merge pull request #3003 from icsharpcode/local-compound-assignment 3 years ago
RemoveCLSCompliantAttribute.cs
ReplaceMethodCallsWithOperators.cs Avoid using operator + for string concatenation when ref-like types are involved. 2 years ago
TransformContext.cs
TransformFieldAndConstructorInitializers.cs Fix #3310: Filter out copy-constructor only if it's an actual record type. 1 year ago