3 references to SwitchBlockLongPaths
mscorlib (3)
system\AppContext\AppContextDefaultValues.Defaults.cs (2)
60AppContext.DefineSwitchDefault(SwitchBlockLongPaths, true); 90AppContext.DefineSwitchDefault(SwitchBlockLongPaths, true);
system\AppContext\AppContextSwitches.cs (1)
108return GetCachedSwitchValue(AppContextDefaultValues.SwitchBlockLongPaths, ref _blockLongPaths);