2 references to CannotChangeParameterName
Microsoft.DotNet.ApiCompatibility (1)
Rules\RuleFactory.cs (1)
39rules.Add(new CannotChangeParameterName(settings, context));
Microsoft.DotNet.ApiCompatibility.Tests (1)
Rules\ParameterNamesCannotChangeTests.cs (1)
12private static readonly TestRuleFactory s_ruleFactory = new((settings, context) => new CannotChangeParameterName(settings, context));