.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 bfa3f18980 TransformExpressionTrees: do not crash on a lambda that did not convert 1 week ago
..
AssignVariableNames.cs Keep the original name of an obfuscated local function 3 weeks ago
BlockTransform.cs
CachedDelegateInitialization.cs
CachedReadOnlySpanInitialization.cs
CombineExitsTransform.cs Extend InferType() to every ILInstruction 2 weeks ago
CopyPropagation.cs Replace a couple of `inst.ResultType -> IType` conversions with `InferType()` calls. 2 weeks ago
DeconstructionTransform.cs Extend InferType() to every ILInstruction 2 weeks ago
DelegateConstruction.cs Pass the compilation to ILInstruction.CheckInvariant 2 weeks ago
DetectCatchWhenConditionBlocks.cs
DynamicCallSiteTransform.cs Fix #3704: keep the static type of a dynamic call target 3 weeks ago
DynamicIsEventAssignmentTransform.cs
EarlyExpressionTransforms.cs First round of bugfixes. 2 weeks ago
ExpandNestedConditionals.cs Extend InferType() to every ILInstruction 2 weeks ago
ExpressionTransforms.cs Fix `stackalloc char[4]` turning to `stackalloc short[4]`. 1 week ago
FixRemainingIncrements.cs
HighLevelLoopTransform.cs Extend InferType() to every ILInstruction 2 weeks ago
IILTransform.cs Move UsingScope and CSharpTypeResolveContext into the type system 1 month ago
ILExtraction.cs Replace a couple of `inst.ResultType -> IType` conversions with `InferType()` calls. 2 weeks ago
ILInlining.cs
IndexRangeTransform.cs
InlineArrayTransform.cs
InlineReturnTransform.cs
InterpolatedStringTransform.cs
IntroduceDynamicTypeOnLocals.cs
IntroduceNativeIntTypeOnLocals.cs
IntroduceRefReadOnlyModifierOnLocals.cs
IntroduceScopedModifierOnLocals.cs Handle scoped captures through writable arguments 1 month ago
LdLocaDupInitObjTransform.cs
LocalFunctionDecompiler.cs Fix #3008: local function forwarding a display class loses its scope 2 weeks ago
LockTransform.cs
NamedArgumentTransform.cs Replace a couple of `inst.ResultType -> IType` conversions with `InferType()` calls. 2 weeks ago
NullCoalescingTransform.cs NullCoalescingInstruction: use a more detailed invariant. 2 weeks ago
NullPropagationTransform.cs Second round of fixes. 2 weeks ago
NullableLiftingTransform.cs Replace a couple of `inst.ResultType -> IType` conversions with `InferType()` calls. 2 weeks ago
PatternMatchingTransform.cs First round of bugfixes. 2 weeks ago
ProxyCallReplacer.cs
ReduceNestingTransform.cs
RemoveDeadVariableInit.cs Extend InferType() to every ILInstruction 2 weeks ago
RemoveInfeasiblePathTransform.cs
RemoveUnconstrainedGenericReferenceTypeCheck.cs
SplitVariables.cs
StatementTransform.cs Pass the compilation to ILInstruction.CheckInvariant 2 weeks ago
SwitchOnNullableTransform.cs
SwitchOnStringTransform.cs
TransformArrayInitializers.cs Let an array initializer block evaluate to a Span<T> 2 weeks ago
TransformAssignment.cs Always pass the type system into InferType(). 2 weeks ago
TransformCollectionAndObjectInitializers.cs
TransformDisplayClassUsage.cs
TransformExpressionTrees.cs TransformExpressionTrees: do not crash on a lambda that did not convert 1 week ago
TupleTransform.cs
UserDefinedLogicTransform.cs
UsingTransform.cs Extend InferType() to every ILInstruction 2 weeks ago