5 references to SecuredPathIndex
System (5)
net\System\URI.cs (4)
2723else if (IsDosPath && m_String[m_Info.Offset.Path + SecuredPathIndex - 1] == '|') { 2750else if (IsDosPath && m_String[m_Info.Offset.Path + SecuredPathIndex - 1] == '|') { 4584int dosPathIdx = SecuredPathIndex; 5176path = Compress(path, basePart.SecuredPathIndex, ref length, basePart.Syntax);
net\System\UriExt.cs (1)
554if (IsDosPath && m_String[m_Info.Offset.Path + SecuredPathIndex - 1] == '|')