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