5 references to GetFieldDefFlagsOrThrow
Microsoft.CodeAnalysis (1)
MetadataReader\ModuleExtensions.cs (1)
26
var flags = module.
GetFieldDefFlagsOrThrow
(field);
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (4)
1222
FieldAttributes fieldFlags = module.
GetFieldDefFlagsOrThrow
(fieldDef);
1499
fieldFlags = module.
GetFieldDefFlagsOrThrow
(fieldDef);
1583
fieldFlags = module.
GetFieldDefFlagsOrThrow
(fieldDef);
2373
(isOrdinaryStruct && (module.
GetFieldDefFlagsOrThrow
(fieldRid) & FieldAttributes.Static) == 0) ||