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