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