3 references to IsSwitchEnabled
System.Xml (3)
parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (3)
45
DisableCaching =
IsSwitchEnabled
(@"TestSwitch.LocalAppContext.DisableCaching");
118
return LocalAppContext.
IsSwitchEnabled
(switchName);
121
bool isEnabled = LocalAppContext.
IsSwitchEnabled
(switchName);