Base:
property
IsInterface
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.IsInterface
12 references to IsInterface
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\SourceCustomEventSymbol.cs (1)
149
Debug.Assert(containingType.
IsInterface
);
Symbols\Source\SourceMemberContainerSymbol.cs (3)
1358
if (
IsInterface
)
1788
if (
IsInterface
)
4831
(!hasInstanceConstructor && !this.IsStatic && !this.
IsInterface
))
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (3)
46
if (this.
IsInterface
)
156
if (this.
IsInterface
)
397
if (this.
IsInterface
)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
359
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\SourceUserDefinedConversionSymbol.cs (1)
69
MakeDeclarationModifiers(methodKind, containingType.
IsInterface
, syntax, location, diagnostics),
Symbols\Source\SourceUserDefinedOperatorSymbol.cs (1)
74
MakeDeclarationModifiers(methodKind, containingType.
IsInterface
, syntax, location, diagnostics),