7 references to GetFieldDefFlagsOrThrow
Microsoft.CodeAnalysis (1)
MetadataReader\ModuleExtensions.cs (1)
26var flags = module.GetFieldDefFlagsOrThrow(field);
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (4)
926FieldAttributes fieldFlags = module.GetFieldDefFlagsOrThrow(fieldDef); 1203fieldFlags = module.GetFieldDefFlagsOrThrow(fieldDef); 1287fieldFlags = module.GetFieldDefFlagsOrThrow(fieldDef); 1913(isOrdinaryStruct && (module.GetFieldDefFlagsOrThrow(fieldRid) & FieldAttributes.Static) == 0) ||
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (2)
1152If ([module].GetFieldDefFlagsOrThrow(fieldDef) And FieldAttributes.Static) = 0 Then 1158If ([module].GetFieldDefFlagsOrThrow(fieldDef) And FieldAttributes.Static) = 0 Then