4 references to IsEffectivelySealed
Microsoft.DotNet.ApiCompat.Core (4)
Rules\Compat\CannotAddAbstractMembers.cs (1)
25
if (contractType != null && (contractType.
IsEffectivelySealed
() || (contractType.IsInterface && mapping.ContainingType[0].IsInterface)))
Rules\Compat\CannotMakeNonVirtual.cs (1)
52
if (member.ContainingTypeDefinition != null && member.ContainingTypeDefinition.
IsEffectivelySealed
())
Rules\Compat\CannotSealType.cs (2)
17
if (impl.
IsEffectivelySealed
() && !contract.
IsEffectivelySealed
())