3 references to SwitchUseLegacyPathHandling
mscorlib (3)
system\AppContext\AppContextDefaultValues.Defaults.cs (2)
59AppContext.DefineSwitchDefault(SwitchUseLegacyPathHandling, true); 89AppContext.DefineSwitchDefault(SwitchUseLegacyPathHandling, true);
system\AppContext\AppContextSwitches.cs (1)
94return GetCachedSwitchValue(AppContextDefaultValues.SwitchUseLegacyPathHandling, ref _useLegacyPathHandling);