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