Base:
property
IsAbstract
Microsoft.CodeAnalysis.CSharp.Symbol.IsAbstract
3 references to IsAbstract
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
92
if (this.
IsAbstract
|| (object)baseType == null || !baseType.IsAbstract)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
40
DeclarationModifiers declarationModifiers = containingType.
IsAbstract
? DeclarationModifiers.Protected : DeclarationModifiers.Public;
Symbols\Synthesized\Records\SynthesizedRecordClone.cs (1)
43
if (containingType.
IsAbstract
)