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] == '/' || _string[start] == '\\')) 1032if (IsDosPath && str[1] == '|') 1087Compress(result, IsDosPath ? pathStart + 2 : pathStart, ref count, _syntax); 1400if (NotAny(Flags.AuthorityFound) || IsDosPath) 1666(IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')) // A rare case of c|\ 1909&& !(uri.IsDosPath && otherPath.Equals(relativeUriString, StringComparison.Ordinal))) 2730else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 2765else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 3469if (IsDosPath || (((_flags & Flags.AuthorityFound) != 0) && 4621if (basePart.IsDosPath && 4781if (basePart.IsDosPath)
System\UriExt.cs (1)
531if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')