16 references to IsDosPath
System.Private.Uri (16)
System\Uri.cs (15)
290if (IsDosPath) 702if (IsDosPath && path[0] == '/') 874if (IsDosPath && result[0] == '/') 974string str = (IsImplicitFile && _info.Offset.Host == (IsDosPath ? 0 : 2) && 977: (IsDosPath && (_string[start] == '/' || _string[start] == '\\')) 982if (IsDosPath && str[1] == '|') 1037Compress(result, IsDosPath ? pathStart + 2 : pathStart, ref count, _syntax); 1350if (NotAny(Flags.AuthorityFound) || IsDosPath) 1616(IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')) // A rare case of c|\ 1859&& !(uri.IsDosPath && otherPath.Equals(relativeUriString, StringComparison.Ordinal))) 2681else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 2716else if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|') 3420if (IsDosPath || (((_flags & Flags.AuthorityFound) != 0) && 4702if (basePart.IsDosPath && 4862if (basePart.IsDosPath)
System\UriExt.cs (1)
535if (IsDosPath && _string[_info.Offset.Path + SecuredPathIndex - 1] == '|')