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