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