4 writes to m_CurrentAddressInfoIndex
System (4)
net\System\Net\ServicePoint.cs (4)
1566m_CurrentAddressInfoIndex = currentIndex; 1607m_CurrentAddressInfoIndex = 0; 1654m_CurrentAddressInfoIndex++; 1656m_CurrentAddressInfoIndex = 0;
3 references to m_CurrentAddressInfoIndex
System (3)
net\System\Net\ServicePoint.cs (3)
1562if (addresses == m_IPAddressInfoList && (m_CurrentAddressInfoIndex != currentIndex || !m_ConnectedSinceDns)){ 1649currentIndex = m_CurrentAddressInfoIndex; 1655if (m_CurrentAddressInfoIndex >= m_IPAddressInfoList.Length) {