13 references to DosPath
System.Private.Uri (13)
System\Uri.cs (11)
282
get { return (_flags & (Flags.UncPath | Flags.
DosPath
)) != 0; }
287
get { return (_flags & Flags.
DosPath
) != 0; }
2066
_flags |= Flags.
DosPath
;
2104
if ((_flags & (Flags.UncPath | Flags.
DosPath
| Flags.UnixPath)) != 0)
2167
if (InFact(Flags.
DosPath
))
2290
if ((cF & (Flags.UncPath | Flags.
DosPath
)) != 0)
2340
if ((cF & Flags.HostTypeMask) != Flags.UnknownHostType && (cF & Flags.
DosPath
) == 0 &&
2531
if (StaticInFact(flags, Flags.
DosPath
))
3304
if ((cF & Flags.
DosPath
) != 0 || (((cF & Flags.AuthorityFound) != 0) &&
3447
if ((flags & (Flags.
DosPath
| Flags.UnixPath)) != 0)
3574
flags |= (Flags.
DosPath
| Flags.ImplicitFile | Flags.AuthorityFound);
System\UriExt.cs (2)
97
if (NotAny(Flags.
DosPath
) && uriKind == UriKind.RelativeOrAbsolute &&
449
if (InFact(Flags.UncPath | Flags.
DosPath
))