27 references to ldflda
ILCompiler.Compiler (18)
Compiler\Dataflow\MethodBodyScanner.cs (3)
621
case ILOpcode.
ldflda
:
1099
if (opcode == ILOpcode.ldfld || opcode == ILOpcode.
ldflda
)
1102
bool isByRef = opcode == ILOpcode.
ldflda
|| opcode == ILOpcode.ldsflda;
Compiler\TypePreinit.cs (1)
780
case ILOpcode.
ldflda
:
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (2)
440
codeStream.Emit(ILOpcode.
ldflda
, emit.NewToken(rawDataField));
562
codeStream.Emit(ILOpcode.
ldflda
, emit.NewToken(Context.SystemModule.GetKnownType("System.Runtime.CompilerServices"u8, "RawData"u8).GetField("Data"u8)));
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
163
case ILOpcode.
ldflda
:
641
case ILOpcode.
ldflda
:
parent\parent\Common\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs (1)
40
codeStream.Emit(ILOpcode.
ldflda
, _helperFieldToken);
parent\parent\Common\TypeSystem\IL\Stubs\GetFieldHelperMethodOverride.cs (2)
148
getFieldStream.Emit(ILOpcode.
ldflda
, emitter.NewToken(field));
154
getFieldStream.Emit(ILOpcode.
ldflda
, rawDataToken);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (6)
425
codeStream.Emit(ILOpcode.
ldflda
, emitter.NewToken(_nativeField));
437
codeStream.Emit(ILOpcode.
ldflda
, emitter.NewToken(_nativeField));
519
codeStream.Emit(ILOpcode.
ldflda
, emitter.NewToken(_nativeField));
576
codeStream.Emit(ILOpcode.
ldflda
, emitter.NewToken(_nativeField));
598
codeStream.Emit(ILOpcode.
ldflda
, emitter.NewToken(_nativeField));
752
codeStream.Emit(ILOpcode.
ldflda
, emitter.NewToken(rawDataField));
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
389
case ILOpcode.
ldflda
:
ILCompiler.ReadyToRun (5)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
633
case ILOpcode.
ldflda
:
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (3)
440
codeStream.Emit(ILOpcode.
ldflda
, emit.NewToken(rawDataField));
446
codeStream.Emit(ILOpcode.
ldflda
, emit.NewToken(rawDataField));
562
codeStream.Emit(ILOpcode.
ldflda
, emit.NewToken(Context.SystemModule.GetKnownType("System.Runtime.CompilerServices"u8, "RawData"u8).GetField("Data"u8)));
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
389
case ILOpcode.
ldflda
:
ILCompiler.TypeSystem (4)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
352
case ILOpcode.
ldflda
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
377
case ILOpcode.
ldflda
:
parent\parent\Common\TypeSystem\IL\ILTokenReplacer.cs (1)
58
case ILOpcode.
ldflda
:
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
779
codeStream.Emit(ILOpcode.
ldflda
, emit.NewToken(context.TargetField));