13 references to DosPath
System.Private.Uri (13)
System\Uri.cs (11)
284
get { return (_flags & (Flags.UncPath | Flags.
DosPath
)) != 0; }
289
get { return (_flags & Flags.
DosPath
) != 0; }
2047
_flags |= Flags.
DosPath
;
2085
if ((_flags & (Flags.UncPath | Flags.
DosPath
| Flags.UnixPath)) != 0)
2148
if (InFact(Flags.
DosPath
))
2271
if ((cF & (Flags.UncPath | Flags.
DosPath
)) != 0)
2321
if ((cF & Flags.HostTypeMask) != Flags.UnknownHostType && (cF & Flags.
DosPath
) == 0 &&
2512
if (StaticInFact(flags, Flags.
DosPath
))
3285
if ((cF & Flags.
DosPath
) != 0 || (((cF & Flags.AuthorityFound) != 0) &&
3428
if ((flags & (Flags.
DosPath
| Flags.UnixPath)) != 0)
3551
flags |= (Flags.
DosPath
| Flags.ImplicitFile | Flags.AuthorityFound);
System\UriExt.cs (2)
87
if (NotAny(Flags.
DosPath
) && uriKind == UriKind.RelativeOrAbsolute &&
443
if (InFact(Flags.UncPath | Flags.
DosPath
))