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