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)
27containingType.IsAbstract ? DeclarationModifiers.Protected : DeclarationModifiers.Public,
Symbols\Synthesized\Records\SynthesizedRecordClone.cs (1)
27: base(containingType, WellKnownMemberNames.CloneMethodName, isReadOnly: false, hasBody: !containingType.IsAbstract, memberOffset, diagnostics)