| .. |
|
Await.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
BinaryNumericInstruction.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
Block.cs
|
Add support for DefaultInterpolatedStringHandler
|
3 years ago |
|
BlockContainer.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
Branch.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
CallIndirect.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
CallInstruction.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
Comp.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
CompoundAssignmentInstruction.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
Conv.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
DeconstructInstruction.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
DeconstructResultInstruction.cs
|
#nullable enable for Instructions.tt
|
4 years ago |
|
DefaultValue.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
DynamicInstructions.cs
|
#nullable enable for Instructions.tt
|
4 years ago |
|
ExpressionTreeCast.cs
|
#nullable enable for Instructions.tt
|
4 years ago |
|
ILFunction.cs
|
Fix potential NRE in ILFunction.RegisterVariable()
|
4 years ago |
|
ILInstruction.cs
|
#nullable enable for Instructions.tt
|
4 years ago |
|
ILVariableCollection.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
IfInstruction.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
InstructionCollection.cs
|
Fix #2379: Keep `return` statements around in original form for ConditionDetection, only transform to fall-through block-exit at the end of the transform pipeline.
|
4 years ago |
|
LdFlda.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
LdLen.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
Leave.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
LockInstruction.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
LogicInstructions.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
MatchInstruction.cs
|
Fix Deconstruction for Deconstruct instance methods of value-types.
|
4 years ago |
|
MemoryInstructions.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
NullCoalescingInstruction.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
NullableInstructions.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
PatternMatching.cs
|
Fix decompilation of async streams compiled with Roslyn 4.2
|
3 years ago |
|
SimpleInstruction.cs
|
Revert "Use Nop instead of InvalidExpression to hold the "goto from catch-block to try-block" comment"
|
4 years ago |
|
StLoc.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
StringToInt.cs
|
#nullable enable for Instructions.tt
|
4 years ago |
|
SwitchInstruction.cs
|
Fix #2763: Improve decompilation of switch-on-enum by preserving enum type information when inlining local variables into SwitchInstruction.Value.
|
3 years ago |
|
TryInstruction.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
UnaryInstruction.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |
|
UsingInstruction.cs
|
#nullable enable for ILAst (except for generated code)
|
4 years ago |