.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.
 
 
 
 
Daniel Grunwald a1c211f326 Fix #1794: Avoid extra cast to double for ulong -> float conversion 6 years ago
..
Await.cs
BinaryNumericInstruction.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
Block.cs Handle `if (disposeMode)` in async streams. 6 years ago
BlockContainer.cs Fix #1242: Discard unreachable code. 6 years ago
Branch.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
CallIndirect.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
CallInstruction.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
Comp.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
CompoundAssignmentInstruction.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Conv.cs Fix #1794: Avoid extra cast to double for ulong -> float conversion 6 years ago
DefaultValue.cs
DynamicInstructions.cs Fix #1635: DynamicInvokeConstructorInstruction Did report the wrong StackType for value types and unknown types. 6 years ago
ExpressionTreeCast.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
ILFunction.cs Fix #1636: Remove assertion that delegates/expression trees must not be top-level expressions. 6 years ago
ILInstruction.cs Remove the dead LoopingTransform. 6 years ago
ILVariableCollection.cs Emit debug info for display class locals, so that the debugger can show the values of captured variables. 7 years ago
IfInstruction.cs Fix a bunch of XmlDoc compiler warnings. 6 years ago
InstructionCollection.cs Fix #1616: similar to 3ea2ce4e2d, let `a.Instructions[i] = a.Instructions[i]` refresh that instruction's primary position. 6 years ago
LdFlda.cs #1349: Fix type substitution for members of unknown generic types (due to unresolved references) 6 years ago
LdLen.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
Leave.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
LockInstruction.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
LogicInstructions.cs
MemoryInstructions.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
NullCoalescingInstruction.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
NullableInstructions.cs Fix #1552: user-defined and decimal increments 6 years ago
PatternMatching.cs Fix #1655: Incorrect pointer cast when calling method on integer constant 6 years ago
SimpleInstruction.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
StLoc.cs
StringToInt.cs Fix #1745: Empty string is missing from switch result 6 years ago
SwitchInstruction.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
TryInstruction.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 6 years ago
UnaryInstruction.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
UsingInstruction.cs Add support for await using statements. 6 years ago