2 references to CannotAddAbstractMember
Microsoft.DotNet.ApiCompatibility (1)
Rules\RuleFactory.cs (1)
21new CannotAddAbstractMember(settings, context),
Microsoft.DotNet.ApiCompatibility.Tests (1)
Rules\CannotAddAbstractMemberTests.cs (1)
14private static readonly TestRuleFactory s_ruleFactory = new((settings, context) => new CannotAddAbstractMember(settings, context));