Base:
property
IsSealed
Microsoft.CodeAnalysis.CSharp.Symbol.IsSealed
6 references to IsSealed
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1969
|| !
IsSealed
Symbols\Synthesized\Records\SynthesizedRecordClone.cs (1)
40
result |= containingType.
IsSealed
? DeclarationModifiers.None : DeclarationModifiers.Virtual;
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (1)
27
modifiers: (containingType.
IsSealed
, containingType.BaseTypeNoUseSiteDiagnostics.IsObjectType()) switch
Symbols\Synthesized\Records\SynthesizedRecordEquals.cs (1)
24
(containingType.
IsSealed
? 0 : DeclarationModifiers.Virtual) |
Symbols\Synthesized\Records\SynthesizedRecordPrintMembers.cs (2)
37
var result = (containingType.IsRecordStruct || (containingType.BaseTypeNoUseSiteDiagnostics.IsObjectType() && containingType.
IsSealed
)) ?
47
result |= containingType.
IsSealed
? DeclarationModifiers.None : DeclarationModifiers.Virtual;