Base:
property
IsInterface
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.IsInterface
10 references to IsInterface
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceCustomEventSymbol.cs (1)
149
Debug.Assert(containingType.
IsInterface
);
Symbols\Source\SourceMemberContainerSymbol.cs (2)
1369
if (
IsInterface
)
1806
if (
IsInterface
)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (3)
46
if (this.
IsInterface
)
156
if (this.
IsInterface
)
397
if (this.
IsInterface
)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
369
if (containingType.
IsInterface
)
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
402
if (DeclaredAccessibility != Accessibility.Private &&
IsInterface
)
Symbols\Source\SourcePropertySymbol.cs (1)
70
(!containingType.
IsInterface
|| hasGetAccessorImplementation || hasSetAccessorImplementation || (modifiers & DeclarationModifiers.Static) != 0) &&
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (1)
170
bool inInterface = containingType.
IsInterface
;