3 references to break_
ILCompiler.Compiler (2)
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
367case ILOpcode.break_:
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (1)
62return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.break_, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
318case ILOpcode.break_: