Implemented interface member:
property
IsAbstract
Microsoft.Cci.ITypeDefinition.IsAbstract
3 references to IsAbstract
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (3)
72public override bool IsStatic => _privateImplementationDetails.IsSealed && _privateImplementationDetails.IsAbstract; 74public override bool IsAbstract => _privateImplementationDetails.IsAbstract && !_privateImplementationDetails.IsSealed; 76public override bool IsSealed => _privateImplementationDetails.IsSealed && !_privateImplementationDetails.IsAbstract;