5 references to IsInterface
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
618
return MetadataReader.GetTypeDefinition(typeDef).Attributes.
IsInterface
();
2116
if (GetTypeDefFlagsOrThrow(typeDef).
IsInterface
())
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (3)
738
if (!_flags.
IsInterface
())
1959
if (_flags.
IsInterface
())
2071
return _flags.
IsInterface
();