2 references to DisableDiagnosticsSwitchName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
86
return LocalAppContext.GetCachedSwitchValue(
DisableDiagnosticsSwitchName
, ref _disableDiagnostics);
System\AppContextDefaultValues.cs (1)
23
LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.
DisableDiagnosticsSwitchName
, false);