16 references to IsDosPath
System.Private.Uri (16)
System\Uri.cs (15)
346if (IsDosPath) 729if (IsDosPath && path[0] == '/') 901if (IsDosPath && result[0] == '/') 1004string str = (IsImplicitFile && _info.Offset.Host == (IsDosPath ? 0 : 2) && 1007: (IsDosPath && _string[start] is '/' or '\\') 1012if (IsDosPath && str[1] == '|') 1067Compress(ref result, IsDosPath ? pathStart + 2 : pathStart, _syntax); 1361if (NotAny(Flags.AuthorityFound) || IsDosPath) 1627(IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')) // A rare case of c|\ 1870&& !(uri.IsDosPath && otherPath.Equals(relativeUriString, StringComparison.Ordinal))) 2266Debug.Assert(IsDosPath); 2646else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 2681else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 4420if (basePart.IsDosPath && 4580if (basePart.IsDosPath)
System\UriExt.cs (1)
468if (IsDosPath && str[_info.Offset.Path + SecuredPathIndex - 1] == '|')