2 references to CompatibilitySwitch
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\CompatibilitySwitch.cs (1)
65: this(name, default)
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\CompatibilitySwitchTest.cs (1)
23var @switch = new CompatibilitySwitch<bool>("TestProperty", initialValue: true);