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