16 references to IsDosPath
System (16)
net\System\URI.cs (15)
331if (IsDosPath) { 713if (IsDosPath && path[0] == '/') { 879if (IsDosPath && result[0] == '/') { 1050string str = (IsImplicitFile && m_Info.Offset.Host == (IsDosPath ? 0 : 2) && 1053: (IsDosPath && (m_String[start] == '/' || m_String[start] == '\\')) 1058if (IsDosPath && str[1] == '|') { 1117result = Compress(result, (ushort)(IsDosPath? pathStart + 2: pathStart), ref count, m_Syntax); 1431if (NotAny(Flags.AuthorityFound) || IsDosPath) { 1930&& !(uri.IsDosPath && otherPath.Equals(relativeUriString, StringComparison.Ordinal))) 2723else if (IsDosPath && m_String[m_Info.Offset.Path + SecuredPathIndex - 1] == '|') { 2750else if (IsDosPath && m_String[m_Info.Offset.Path + SecuredPathIndex - 1] == '|') { 3334if (IsDosPath) { 3407if (IsDosPath || (((m_Flags & Flags.AuthorityFound) != 0) && 5007if ( basePart.IsDosPath && 5158if (basePart.IsDosPath) {
net\System\UriExt.cs (1)
554if (IsDosPath && m_String[m_Info.Offset.Path + SecuredPathIndex - 1] == '|')