2 instantiations of CannotSealType
Microsoft.DotNet.ApiCompatibility (1)
Rules\RuleFactory.cs (1)
25new CannotSealType(settings, context),
Microsoft.DotNet.ApiCompatibility.Tests (1)
Rules\CannotSealTypeTests.cs (1)
12private static readonly TestRuleFactory s_ruleFactory = new((settings, context) => new CannotSealType(settings, context));