Base:
property
IsInterface
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.IsInterface
4 references to IsInterface
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PEMethodSymbol.cs (3)
572
(this._containingType.
IsInterface
?
582
(this._containingType.
IsInterface
? (this.IsStatic || this.IsMetadataNewSlot()) : !this.IsOverride);
596
!this._containingType.
IsInterface
&&
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2154
if (!
IsInterface
)