16 references to IsDosPath
System.Private.Uri (16)
System\Uri.cs (15)
337if (IsDosPath) 749if (IsDosPath && path[0] == '/') 921if (IsDosPath && result[0] == '/') 1024string str = (IsImplicitFile && _info.Offset.Host == (IsDosPath ? 0 : 2) && 1027: (IsDosPath && _string[start] is '/' or '\\') 1032if (IsDosPath && str[1] == '|') 1087Compress(ref result, IsDosPath ? pathStart + 2 : pathStart, _syntax); 1381if (NotAny(Flags.AuthorityFound) || IsDosPath) 1647(IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')) // A rare case of c|\ 1890&& !(uri.IsDosPath && otherPath.Equals(relativeUriString, StringComparison.Ordinal))) 2711else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 2746else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 3431if (IsDosPath || (((_flags & Flags.AuthorityFound) != 0) && 4603if (basePart.IsDosPath && 4763if (basePart.IsDosPath)
System\UriExt.cs (1)
530if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')