15 references to stfld
ILCompiler.Compiler (10)
Compiler\Dataflow\FlowAnnotations.cs (1)
698
case ILOpcode.
stfld
when isWriteAccessor:
Compiler\Dataflow\MethodBodyScanner.cs (2)
671
case ILOpcode.
stfld
:
1142
if (opcode == ILOpcode.
stfld
)
Compiler\TypePreinit.cs (1)
726
case ILOpcode.
stfld
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
164
case ILOpcode.
stfld
:
644
case ILOpcode.
stfld
:
parent\parent\Common\TypeSystem\IL\Stubs\StructMarshallingThunk.cs (1)
346
stream.Emit(ILOpcode.
stfld
, emitter.NewToken(field));
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (2)
499
codeStream.Emit(ILOpcode.
stfld
, emitter.NewToken(_managedField));
605
codeStream.Emit(ILOpcode.
stfld
, emitter.NewToken(_managedField));
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
387
case ILOpcode.
stfld
:
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
634
case ILOpcode.
stfld
:
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
387
case ILOpcode.
stfld
:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
353
case ILOpcode.
stfld
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
289
case ILOpcode.
stfld
:
parent\parent\Common\TypeSystem\IL\ILTokenReplacer.cs (1)
59
case ILOpcode.
stfld
: