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