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