13 references to Attributes
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Field.cs (1)
119result = fieldDefinition.Attributes;
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunMetadataFieldLayoutAlgorithm.cs (4)
282if ((fieldDef.Attributes & (FieldAttributes.Static | FieldAttributes.Literal)) == FieldAttributes.Static) 284if ((fieldDef.Attributes & FieldAttributes.HasFieldRVA) != 0) 363if ((fieldDef.Attributes & (FieldAttributes.Static | FieldAttributes.Literal)) == FieldAttributes.Static) 389if ((fieldDef.Attributes & FieldAttributes.HasFieldRVA) != 0)
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaField.cs (2)
258return MetadataReader.GetFieldDefinition(_handle).Attributes; 293if ((definition.Attributes & FieldAttributes.HasFieldMarshal) != 0)
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
3597return MetadataReader.GetFieldDefinition(fieldDef).Attributes; 3609flags = fieldRow.Attributes;
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ManagedTypeSource_1.cs (1)
226if ((fieldDef.Attributes & FieldAttributes.Static) != 0)
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
614*pdwAttr = (uint)fieldDef.Attributes;
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (1)
62protected sealed override FieldAttributes ComputeAttributes() => FieldDefinition.Attributes;
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
115if ((fd.Attributes & FieldAttributes.Static) != 0)