.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 90571b3658
Merge pull request #1937 from icsharpcode/pdbgen-enhancements
5 years ago
..
ControlFlow PortablePdbWriter: Add primitive support for state-machine hoisted local scopes. All variables are visible in the whole MoveNext method. 5 years ago
Instructions Rename HasILRange to ILRangeIsEmpty to properly reflect its implementation. 5 years ago
Patterns
Transforms Fix #1900: RemoveDeadVariableInit.ResetHasInitialValueFlag should handle local functions 5 years ago
BlockBuilder.cs Rename HasILRange to ILRangeIsEmpty to properly reflect its implementation. 5 years ago
ILAstWritingOptions.cs Add ShowChildIndexInBlock option to make debugging of larger blocks easier. 7 years ago
ILInstructionExtensions.cs Update tests to latest Roslyn implementation. 6 years ago
ILReader.cs Add support for generic local function 6 years ago
ILTypeExtensions.cs Fix #1794: Avoid extra cast to double for ulong -> float conversion 6 years ago
ILVariable.cs #1151: Support for ref readonly locals. 6 years ago
InstructionFlags.cs Support overloaded operator &&/||. 7 years ago
InstructionOutputExtensions.cs Fix BadImageFormatException when accessing standalone signatures. 5 years ago
Instructions.cs Fix #1853: Detect pinning of multi-dimensional array 5 years ago
Instructions.tt Fix #1853: Detect pinning of multi-dimensional array 5 years ago
PointerArithmeticOffset.cs Fix #1854 6 years ago
PrimitiveType.cs Fix #1794: Avoid extra cast to double for ulong -> float conversion 6 years ago
SemanticHelper.cs Handle Comp in InferType(). 7 years ago
SlotInfo.cs
StackType.cs