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