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)
40result |= containingType.IsSealed ? DeclarationModifiers.None : DeclarationModifiers.Virtual;
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (1)
27modifiers: (containingType.IsSealed, containingType.BaseTypeNoUseSiteDiagnostics.IsObjectType()) switch
Symbols\Synthesized\Records\SynthesizedRecordEquals.cs (1)
24(containingType.IsSealed ? 0 : DeclarationModifiers.Virtual) |
Symbols\Synthesized\Records\SynthesizedRecordPrintMembers.cs (2)
37var result = (containingType.IsRecordStruct || (containingType.BaseTypeNoUseSiteDiagnostics.IsObjectType() && containingType.IsSealed)) ? 47result |= containingType.IsSealed ? DeclarationModifiers.None : DeclarationModifiers.Virtual;