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