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