5 references to BlockLongPaths
mscorlib (5)
system\io\filestream.cs (1)
713: AppContextSwitches.BlockLongPaths ? PathInternal.MaxShortPath : PathInternal.MaxLongPath;
system\io\path.cs (1)
376return NormalizePath(path, fullCheck, AppContextSwitches.BlockLongPaths ? PathInternal.MaxShortPath : PathInternal.MaxLongPath);
system\io\pathinternal.cs (2)
106if (AppContextSwitches.BlockLongPaths) 145if (AppContextSwitches.BlockLongPaths)
system\security\util\urlstring.cs (1)
461if (path.Length >= (AppContextSwitches.BlockLongPaths ? PathInternal.MaxShortPath : PathInternal.MaxLongPath))