2 references to GetTypeDefFlagsOrThrow
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2116
if (
GetTypeDefFlagsOrThrow
(typeDef).IsInterface())
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
321
_flags = moduleSymbol.Module.
GetTypeDefFlagsOrThrow
(handle);