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