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