8 references to starg
ILCompiler.Compiler (6)
Compiler\Dataflow\MethodBodyScanner.cs (2)
701case ILOpcode.starg: 703ScanStarg(methodIL, offset, opcode == ILOpcode.starg ? reader.ReadILUInt16() : reader.ReadILByte(), currentStack);
Compiler\TypePreinit.cs (2)
990case ILOpcode.starg: 992int index = opcode == ILOpcode.starg ? reader.ReadILUInt16() : reader.ReadILByte();
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
137case ILOpcode.starg: 870case ILOpcode.starg:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
312case ILOpcode.starg:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
162case ILOpcode.starg: