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)
507if (BranchBlock.HasNoRegularInstructions && BranchBlock.BranchCode == ILOpCode.Ret) 509this.SetBranch(null, ILOpCode.Ret); 621case ILOpCode.Ret:
CodeGen\ILBuilderEmit.cs (1)
314block.SetBranchCode(ILOpCode.Ret);
CodeGen\ILOpCodeExtensions.cs (5)
51case ILOpCode.Ret: 70case ILOpCode.Ret: 166case ILOpCode.Ret: 243case ILOpCode.Ret: 528case ILOpCode.Ret: