Base:
property
IsInterface
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.IsInterface
12 references to IsInterface
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\SourceCustomEventSymbol.cs (1)
149Debug.Assert(containingType.IsInterface);
Symbols\Source\SourceMemberContainerSymbol.cs (3)
1358if (IsInterface) 1788if (IsInterface) 4831(!hasInstanceConstructor && !this.IsStatic && !this.IsInterface))
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (3)
46if (this.IsInterface) 156if (this.IsInterface) 397if (this.IsInterface)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
359if (containingType.IsInterface)
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
402if (DeclaredAccessibility != Accessibility.Private && IsInterface)
Symbols\Source\SourcePropertySymbol.cs (1)
70(!containingType.IsInterface || hasGetAccessorImplementation || hasSetAccessorImplementation || (modifiers & DeclarationModifiers.Static) != 0) &&
Symbols\Source\SourceUserDefinedConversionSymbol.cs (1)
69MakeDeclarationModifiers(methodKind, containingType.IsInterface, syntax, location, diagnostics),
Symbols\Source\SourceUserDefinedOperatorSymbol.cs (1)
74MakeDeclarationModifiers(methodKind, containingType.IsInterface, syntax, location, diagnostics),