2 references to UncPathPrefix
mscorlib (2)
system\io\path.cs (1)
932
private const string UNCPathPrefix = PathInternal.
UncPathPrefix
;
system\io\pathinternal.cs (1)
174
if (path.StartsWith(
UncPathPrefix
, StringComparison.OrdinalIgnoreCase))