4 writes to _currentIndex
System.Runtime.Remoting (4)
channels\core\basetransportheaders.cs (4)
257_currentIndex++; 266_currentIndex = -1; 273_currentIndex++; 295_currentIndex = 0;
7 references to _currentIndex
System.Runtime.Remoting (7)
channels\core\basetransportheaders.cs (7)
254if (_currentIndex != -1) 261while (_currentIndex != -1) 263if (_currentIndex >= BaseTransportHeaders.WellknownHeaderCount) 270if (_headers.GetValueFromHeaderIndex(_currentIndex) != null) 306if (_currentIndex != -1) 310_headers.MapHeaderIndexToName(_currentIndex), 311_headers.GetValueFromHeaderIndex(_currentIndex));