2 references to UNCLongPathPrefix
mscorlib (2)
system\io\path.cs (2)
969
if (path.StartsWith(
UNCLongPathPrefix
, StringComparison.OrdinalIgnoreCase))
988
if (PathInternal.StartsWithOrdinal(pathSB,
UNCLongPathPrefix
, ignoreCase: true))