1 write to _emitter
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
42
_emitter
= emitter;
4 references to _emitter
ILCompiler.TypeSystem (4)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (4)
283
Emit(ILOpcode.ldobj,
_emitter
.NewToken(type));
332
Emit(ILOpcode.stobj,
_emitter
.NewToken(type));
382
Emit(ILOpcode.stelem,
_emitter
.NewToken(type));
432
Emit(ILOpcode.ldelem,
_emitter
.NewToken(type));