4 overrides of GetField
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
307
public override FieldDesc
GetField
(Utf8Span name)
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
307
public override FieldDesc
GetField
(Utf8Span name)
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\InstantiatedType.cs (1)
234
public override FieldDesc
GetField
(Utf8Span name)
parent\parent\Common\TypeSystem\Ecma\EcmaType.cs (1)
465
public override EcmaField
GetField
(Utf8Span name)
19 references to GetField
ilc (1)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
91
FieldDesc field = type.
GetField
(name);
ILCompiler.Compiler (11)
Compiler\Dataflow\AttributeDataFlow.cs (1)
72
FieldDesc field = attributeType.
GetField
(System.Text.Encoding.UTF8.GetBytes(namedArgument.Name!));
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
195
FieldDesc field = attributeType.
GetField
(System.Text.Encoding.UTF8.GetBytes(fieldName));
Compiler\TypePreinit.cs (5)
2491
Debug.Assert(_entryType.
GetField
("IID"u8).Offset.AsInt == 0);
2494
Debug.Assert(_entryType.
GetField
("Vtable"u8).Offset.AsInt == _guidBytes[i].Length);
3470
FieldDesc firstCharField = Type.
GetField
("_firstChar"u8);
3492
FieldDesc lengthField = stringType.
GetField
("_stringLength"u8);
3498
FieldDesc firstCharField = stringType.
GetField
("_firstChar"u8);
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (2)
436
.
GetField
("Data"u8);
562
codeStream.Emit(ILOpcode.ldflda, emit.NewToken(Context.SystemModule.GetKnownType("System.Runtime.CompilerServices"u8, "RawData"u8).
GetField
("Data"u8)));
parent\parent\Common\Internal\Runtime\EETypeBuilderHelpers.cs (1)
247
FieldDesc field = type.
GetField
("value"u8);
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
91
FieldDesc field = type.
GetField
(name);
ILCompiler.ReadyToRun (3)
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (2)
436
.
GetField
("Data"u8);
562
codeStream.Emit(ILOpcode.ldflda, emit.NewToken(Context.SystemModule.GetKnownType("System.Runtime.CompilerServices"u8, "RawData"u8).
GetField
("Data"u8)));
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
91
FieldDesc field = type.
GetField
(name);
ILCompiler.RyuJit (1)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
91
FieldDesc field = type.
GetField
(name);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\InstantiatedType.cs (1)
236
FieldDesc fieldDef = _typeDef.
GetField
(name);
parent\parent\Common\TypeSystem\Ecma\EcmaModule.cs (1)
605
FieldDesc field = parentTypeDesc.
GetField
(name);
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
91
FieldDesc field = type.
GetField
(name);