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