22 references to leave_s
ILCompiler.Compiler (14)
Compiler\Dataflow\MethodBodyScanner.cs (1)
782case ILOpcode.leave_s:
Compiler\Dataflow\ScannerExtensions.cs (1)
44case ILOpcode.leave_s:
Compiler\SubstitutedILProvider.cs (8)
187|| opcode == ILOpcode.leave || opcode == ILOpcode.leave_s) 192if (opcode != ILOpcode.leave && opcode != ILOpcode.leave_s 370|| opcode == ILOpcode.leave || opcode == ILOpcode.leave_s) 374if (opcode != ILOpcode.leave && opcode != ILOpcode.leave_s 494ILOpcode.leave_s => 3, 564else if (opcode is >= ILOpcode.br_s and <= ILOpcode.blt_un || opcode is ILOpcode.leave or ILOpcode.leave_s) 568if (opcode is >= ILOpcode.br_s and <= ILOpcode.blt_un_s || opcode == ILOpcode.leave_s) 571if (opcode == ILOpcode.leave_s)
Compiler\TypePreinit.cs (1)
1299case ILOpcode.leave_s:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
186case ILOpcode.leave_s: 837case ILOpcode.leave_s:
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
150|| currentOpcode == ILOpcode.leave_s)
ILCompiler.ReadyToRun (1)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
150|| currentOpcode == ILOpcode.leave_s)
ILCompiler.RyuJit (1)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
150|| currentOpcode == ILOpcode.leave_s)
ILCompiler.TypeSystem (6)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
377case ILOpcode.leave_s:
parent\parent\Common\TypeSystem\IL\ILOpcodeHelper.cs (2)
44if (opcode == ILOpcode.leave_s) 55return opcode == ILOpcode.br || opcode == ILOpcode.br_s || opcode == ILOpcode.leave || opcode == ILOpcode.leave_s;
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
150|| currentOpcode == ILOpcode.leave_s)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (2)
195case ILOpcode.leave_s: 214if (opcode is ILOpcode.br or ILOpcode.br_s or ILOpcode.leave or ILOpcode.leave_s)