37 references to ldfld
ILCompiler.Compiler (32)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
243codeStream.Emit(ILOpcode.ldfld, emit.NewToken(eeTypeField));
Compiler\Dataflow\FlowAnnotations.cs (1)
696case ILOpcode.ldfld when !isWriteAccessor:
Compiler\Dataflow\MethodBodyScanner.cs (2)
619case ILOpcode.ldfld: 1099if (opcode == ILOpcode.ldfld || opcode == ILOpcode.ldflda)
Compiler\TypePreinit.cs (1)
756case ILOpcode.ldfld:
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
452codeStream.Emit(ILOpcode.ldfld, emit.NewToken(eeTypeField));
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
162case ILOpcode.ldfld: 638case ILOpcode.ldfld:
parent\parent\Common\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs (2)
122codeStream.Emit(ILOpcode.ldfld, _emitter.NewToken(objectType.GetKnownField("m_pEEType"u8))); 149codeStream.Emit(ILOpcode.ldfld, _emitter.NewToken(objectType.GetKnownField("m_pEEType"u8)));
parent\parent\Common\TypeSystem\IL\Stubs\DelegateMethodILEmitter.cs (2)
61codeStream.Emit(ILOpcode.ldfld, emit.NewToken(methodPtrField.InstantiateAsOpen())); 65codeStream.Emit(ILOpcode.ldfld, emit.NewToken(targetField.InstantiateAsOpen()));
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (9)
124codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(ExtraFunctionPointerOrDataField)); 267codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(HelperObjectField)); 277codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(ExtraFunctionPointerOrDataField)); 334codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(HelperObjectField)); 345codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(ExtraFunctionPointerOrDataField)); 371codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(delegateWrapperType.GetKnownField("Value"u8))); 450codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(HelperObjectField)); 460codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(ExtraFunctionPointerOrDataField)); 582codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(HelperObjectField));
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (1)
158codeStream.Emit(ILOpcode.ldfld, fieldByReferenceValueToken);
parent\parent\Common\TypeSystem\IL\Stubs\StructMarshallingThunk.cs (1)
333stream.Emit(ILOpcode.ldfld, emitter.NewToken(field));
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (8)
257codeStream.Emit(ILOpcode.ldfld, _ilCodeStreams.Emitter.NewToken(InteropTypes.GetHandleRef(Context).GetKnownField("_handle"u8))); 274codeStream.Emit(ILOpcode.ldfld, _ilCodeStreams.Emitter.NewToken(InteropTypes.GetHandleRef(Context).GetKnownField("_wrapper"u8))); 346codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(_managedField)); 352codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(_managedField)); 421codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(_managedField)); 441codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(_managedField)); 513codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(_managedField)); 573codeStream.Emit(ILOpcode.ldfld, emitter.NewToken(_managedField));
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
388case ILOpcode.ldfld:
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
632case ILOpcode.ldfld:
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
388case ILOpcode.ldfld:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
351case ILOpcode.ldfld:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
376case ILOpcode.ldfld:
parent\parent\Common\TypeSystem\IL\ILTokenReplacer.cs (1)
57case ILOpcode.ldfld: