12 references to DosPath
System.Private.Uri (12)
System\Uri.cs (9)
228get { return (_flags & (Flags.UncPath | Flags.DosPath)) != 0; } 233get { return (_flags & Flags.DosPath) != 0; } 2050_flags |= Flags.DosPath; 2088if ((_flags & (Flags.UncPath | Flags.DosPath | Flags.UnixPath)) != 0) 2150if (InFact(Flags.DosPath)) 2263if ((cF & (Flags.UncPath | Flags.DosPath)) != 0) 2283|| StaticInFact(cF, Flags.DosPath) 2534if (StaticInFact(flags, Flags.DosPath)) 3664flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.AuthorityFound);
System\UriExt.cs (3)
58if (NotAny(Flags.DosPath) && 73else if (uriKind == UriKind.Relative && InFact(Flags.DosPath)) 513if (InFact(Flags.UncPath | Flags.DosPath))