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)
1331
if (
IsInterface
)
1689
if (
IsInterface
)
4562
(!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)
352
if (containingType.
IsInterface
)
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
401
if (DeclaredAccessibility != Accessibility.Private &&
IsInterface
)
Symbols\Source\SourcePropertySymbolBase.cs (1)
111
isAutoProperty = isAutoProperty && !(containingType.
IsInterface
&& !IsStatic) && !IsAbstract && !IsExtern && !isIndexer;
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),