8 references to localloc
ILCompiler.Compiler (6)
Compiler\Dataflow\MethodBodyScanner.cs (1)
557case ILOpcode.localloc:
Compiler\TypePreinit.cs (2)
707case ILOpcode.localloc: 720return Status.Fail(methodIL.OwningMethod, ILOpcode.localloc);
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
882case ILOpcode.localloc:
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
885codeStream.Emit(ILOpcode.localloc);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (1)
1829codeStream.Emit(ILOpcode.localloc);
ILCompiler.ReadyToRun (1)
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (1)
1829codeStream.Emit(ILOpcode.localloc);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
392case ILOpcode.localloc: