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