4 references to CompatibilitySwitch
Microsoft.AspNetCore.Mvc.Core.Test (4)
Infrastructure\CompatibilitySwitchTest.cs (3)
12var @switch = new CompatibilitySwitch<bool>("TestProperty"); 34var @switch = new CompatibilitySwitch<bool>("TestProperty"); 48var @switch = new CompatibilitySwitch<bool>("TestProperty");
Infrastructure\ConfigureCompatibilityOptionsTest.cs (1)
89_testProperty = new CompatibilitySwitch<bool>(nameof(TestProperty));