2 references to CannotRemoveBaseTypeOrInterface
Microsoft.DotNet.ApiCompatibility (1)
Rules\RuleFactory.cs (1)
24new CannotRemoveBaseTypeOrInterface(settings, context),
Microsoft.DotNet.ApiCompatibility.Tests (1)
Rules\CannotRemoveBaseTypeOrInterfaceTests.cs (1)
12private static readonly TestRuleFactory s_ruleFactory = new((settings, context) => new CannotRemoveBaseTypeOrInterface(settings, context));