5 references to stelem_ref
ILCompiler.Compiler (3)
Compiler\Dataflow\MethodBodyScanner.cs (1)
643
case ILOpcode.
stelem_ref
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
755
case ILOpcode.
stelem_ref
:
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
563
codeStream.Emit(ILOpcode.
stelem_ref
);
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
313
case ILOpcode.
stelem_ref
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
378
Emit(ILOpcode.
stelem_ref
);