.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 2461f520ab Move LocalFunctionDecompiler.GetStatement to Block.GetContainingStatement 3 weeks ago
..
Await.cs
BinaryNumericInstruction.cs
Block.cs Move LocalFunctionDecompiler.GetStatement to Block.GetContainingStatement 3 weeks ago
BlockContainer.cs Also use GraphTraversal.DepthFirstSearch for dominance calculation. 2 years ago
Branch.cs
CallIndirect.cs
CallInstruction.cs Prevent inlining of call arguments when doing so would change order of evaluation with regards to the implicit ldobj performed by a constrained.callvirt. 4 months ago
Comp.cs Add support for nullable int const patterns 2 years ago
CompoundAssignmentInstruction.cs Add support for calling `operator checked`. 2 years ago
Conv.cs
DeconstructInstruction.cs
DeconstructResultInstruction.cs
DefaultValue.cs
DynamicInstructions.cs
ExpressionTreeCast.cs
ILFunction.cs Add VariableScope and rework AssignVariableNames step to support renaming parameters of nested ILFunctions in the future. 4 months ago
ILInstruction.cs Fix nullability of Extract return type 2 months ago
ILVariableCollection.cs
IfInstruction.cs
InstructionCollection.cs
LdFlda.cs
LdLen.cs
Leave.cs
LockInstruction.cs
LogicInstructions.cs
MatchInstruction.cs Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 1 year ago
MemoryInstructions.cs
NullCoalescingInstruction.cs
NullableInstructions.cs
PatternMatching.cs Add transform to remove unconstrained generic reference type check. 4 months ago
SimpleInstruction.cs
StLoc.cs
StringToInt.cs Implement support for C# 11 switch on (ReadOnly)Span<char>. 2 years ago
SwitchInstruction.cs
TryInstruction.cs
UnaryInstruction.cs
UsingInstruction.cs