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