17 references to IsDosPath
System.Private.Uri (17)
System\Uri.cs (16)
342if (IsDosPath) 745if (IsDosPath && path[0] == '/') 917if (IsDosPath && result[0] == '/') 1020string str = (IsImplicitFile && _info.Offset.Host == (IsDosPath ? 0 : 2) && 1023: (IsDosPath && _string[start] is '/' or '\\') 1028if (IsDosPath && str[1] == '|') 1083Compress(ref result, IsDosPath ? pathStart + 2 : pathStart, _syntax); 1377if (NotAny(Flags.AuthorityFound) || IsDosPath) 1643(IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')) // A rare case of c|\ 1886&& !(uri.IsDosPath && otherPath.Equals(relativeUriString, StringComparison.Ordinal))) 2282Debug.Assert(IsDosPath); 2662else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 2697else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 3379if (IsDosPath || (((_flags & Flags.AuthorityFound) != 0) && 4484if (basePart.IsDosPath && 4644if (basePart.IsDosPath)
System\UriExt.cs (1)
472if (IsDosPath && str[_info.Offset.Path + SecuredPathIndex - 1] == '|')