12 references to 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)
317
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
:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenFunctionPointersTests.cs (2)
12687
il.OpCode(ILOpCode.
Ret
);
12704
il.OpCode(ILOpCode.
Ret
);
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\ILBuilderVisualizer.cs (1)
316
case ILOpCode.
Ret
: return "ret";