3 references to break_
ILCompiler.Compiler (2)
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
367
case ILOpcode.
break_
:
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (1)
62
return 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)
318
case ILOpcode.
break_
: