2 references to TryGetSwitch
mscorlib (2)
system\AppContext\AppContextSwitches.cs (2)
205if (AppContext.TryGetSwitch(@"TestSwitch.LocalAppContext.DisableCaching", out isEnabled)) 223AppContext.TryGetSwitch(switchName, out isSwitchEnabled);