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