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