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