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