5 references to IsInterface
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
605
return MetadataReader.GetTypeDefinition(typeDef).Attributes.
IsInterface
();
1862
if (GetTypeDefFlagsOrThrow(typeDef).
IsInterface
())
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (3)
530
if (!_flags.
IsInterface
())
1751
if (_flags.
IsInterface
())
1800
return _flags.
IsInterface
();