12 references to DosPath
System.Private.Uri (12)
System\Uri.cs (9)
275get { return (_flags & (Flags.UncPath | Flags.DosPath)) != 0; } 280get { return (_flags & Flags.DosPath) != 0; } 2097_flags |= Flags.DosPath; 2135if ((_flags & (Flags.UncPath | Flags.DosPath | Flags.UnixPath)) != 0) 2197if (InFact(Flags.DosPath)) 2310if ((cF & (Flags.UncPath | Flags.DosPath)) != 0) 2330|| StaticInFact(cF, Flags.DosPath) 2585if (StaticInFact(flags, Flags.DosPath)) 3701flags |= (Flags.DosPath | Flags.ImplicitFile | Flags.AuthorityFound);
System\UriExt.cs (3)
58if (NotAny(Flags.DosPath) && 73else if (uriKind == UriKind.Relative && InFact(Flags.DosPath)) 509if (InFact(Flags.UncPath | Flags.DosPath))