10 references to Ret
ILCompiler.Compiler (1)
Compiler\SubstitutedILProvider.cs (1)
50
[characteristicEnabled ? (byte)ILOpCode.Ldc_i4_1 : (byte)ILOpCode.Ldc_i4_0, (byte)ILOpCode.
Ret
],
Microsoft.CodeAnalysis (9)
CodeGen\BasicBlock.cs (3)
507
if (BranchBlock.HasNoRegularInstructions && BranchBlock.BranchCode == ILOpCode.
Ret
)
509
this.SetBranch(null, ILOpCode.
Ret
);
621
case ILOpCode.
Ret
:
CodeGen\ILBuilderEmit.cs (1)
314
block.SetBranchCode(ILOpCode.
Ret
);
CodeGen\ILOpCodeExtensions.cs (5)
51
case ILOpCode.
Ret
:
70
case ILOpCode.
Ret
:
166
case ILOpCode.
Ret
:
243
case ILOpCode.
Ret
:
528
case ILOpCode.
Ret
: