3 references to AttributesMustMatch
Microsoft.DotNet.ApiCompatibility (1)
Rules\RuleFactory.cs (1)
34rules.Add(new AttributesMustMatch(settings, context));
Microsoft.DotNet.ApiCompatibility.Tests (2)
Rules\AttributesMustMatchTests.cs (2)
29private static readonly TestRuleFactory s_ruleFactory = new((settings, context) => new AttributesMustMatch(settings, context)); 1412(settings, context) => new AttributesMustMatch(settings, context),