.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.
 
 
 
 
Christoph Wille 6415e9d1d6
Merge pull request #2119 from icsharpcode/deconstruction-pattern-matching-foundation
6 years ago
..
ControlFlow Fix re-pinning getting confused about which variant of the pinned local to use when the new re-pinned reference depends on the old pinned reference. 6 years ago
Instructions Merge pull request #2119 from icsharpcode/deconstruction-pattern-matching-foundation 6 years ago
Patterns
Transforms Merge pull request #2119 from icsharpcode/deconstruction-pattern-matching-foundation 6 years ago
BlockBuilder.cs Inline variable declarations/modernize parts of our code base. 6 years ago
ILAstWritingOptions.cs Add ShowChildIndexInBlock option to make debugging of larger blocks easier. 8 years ago
ILInstructionExtensions.cs Update tests to latest Roslyn implementation. 7 years ago
ILReader.cs Add `#if !NETCORE` around extension methods that are included with .NET Core 3 6 years ago
ILTypeExtensions.cs Add support for arithmetic using C# 9 native integer types. 6 years ago
ILVariable.cs Added support for deconstruction assignments to properties 6 years ago
InstructionFlags.cs Support overloaded operator &&/||. 8 years ago
InstructionOutputExtensions.cs Fix #2018: Improve tooltips in IL/IL with C#/R2R view to show full member signatures 6 years ago
Instructions.cs Add support for tuple deconstruction 6 years ago
Instructions.tt Add support for tuple deconstruction 6 years ago
PointerArithmeticOffset.cs Fix pointer arithmetic with `nint*`/`nuint*`. 6 years ago
PrimitiveType.cs Fix #1794: Avoid extra cast to double for ulong -> float conversion 7 years ago
SemanticHelper.cs Handle Comp in InferType(). 8 years ago
SlotInfo.cs
StackType.cs