12 references to DosPath
System.Private.Uri (12)
System\Uri.cs (10)
280get { return (_flags & (Flags.UncPath | Flags.DosPath)) != 0; } 285get { return (_flags & Flags.DosPath) != 0; } 2063_flags |= Flags.DosPath; 2101if ((_flags & (Flags.UncPath | Flags.DosPath | Flags.UnixPath)) != 0) 2164if (InFact(Flags.DosPath)) 2287if ((cF & (Flags.UncPath | Flags.DosPath)) != 0) 2337if ((cF & Flags.HostTypeMask) != Flags.UnknownHostType && (cF & Flags.DosPath) == 0 && 2528if (StaticInFact(flags, Flags.DosPath)) 3252if (InFact(Flags.DosPath | Flags.UnixPath)) 3609flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.AuthorityFound);
System\UriExt.cs (2)
95if (NotAny(Flags.DosPath) && uriKind == UriKind.RelativeOrAbsolute && 447if (InFact(Flags.UncPath | Flags.DosPath))