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