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