2 references to DoNotApplyZoneCheckForDefaultCredentialsSwitchName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
424return LocalAppContext.GetCachedSwitchValue(DoNotApplyZoneCheckForDefaultCredentialsSwitchName, ref _doNotApplyZoneCheckForDefaultCredentials);
System\AppContextDefaultValues.cs (1)
32LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.DoNotApplyZoneCheckForDefaultCredentialsSwitchName, false);