10 references to UncPath
System.Private.Uri (10)
System\Uri.cs (9)
280
get { return (_flags & (Flags.
UncPath
| Flags.DosPath)) != 0; }
290
get { return (_flags & Flags.
UncPath
) != 0; }
2088
_flags |= Flags.
UncPath
;
2101
if ((_flags & (Flags.
UncPath
| Flags.DosPath | Flags.UnixPath)) != 0)
2195
else if (!OperatingSystem.IsWindows() && hostTerminator == '/' && NotAny(Flags.ImplicitFile) && InFact(Flags.
UncPath
) && _syntax == UriParser.FileUri)
2248
if (StaticInFact(cF, Flags.
UncPath
))
2287
if ((cF & (Flags.
UncPath
| Flags.DosPath)) != 0)
3626
flags |= (Flags.
UncPath
| Flags.ImplicitFile | Flags.AuthorityFound);
3751
flags &= ~Flags.
UncPath
; //UNC cannot have an empty hostname
System\UriExt.cs (1)
447
if (InFact(Flags.
UncPath
| Flags.DosPath))