10 references to UncPath
System.Private.Uri (10)
System\Uri.cs (9)
228
get { return (_flags & (Flags.
UncPath
| Flags.DosPath)) != 0; }
238
get { return (_flags & Flags.
UncPath
) != 0; }
2074
_flags |= Flags.
UncPath
;
2088
if ((_flags & (Flags.
UncPath
| Flags.DosPath | Flags.UnixPath)) != 0)
2182
else if (!OperatingSystem.IsWindows() && hostTerminator == '/' && NotAny(Flags.ImplicitFile) && InFact(Flags.
UncPath
) && _syntax == UriParser.FileUri)
2235
if (StaticInFact(cF, Flags.
UncPath
))
2263
if ((cF & (Flags.
UncPath
| Flags.DosPath)) != 0)
3681
flags |= (Flags.
UncPath
| Flags.ImplicitFile | Flags.AuthorityFound);
3810
flags &= ~Flags.
UncPath
; //UNC cannot have an empty hostname
System\UriExt.cs (1)
513
if (InFact(Flags.
UncPath
| Flags.DosPath))