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)
254
if (
_currentIndex
!= -1)
261
while (
_currentIndex
!= -1)
263
if (
_currentIndex
>= BaseTransportHeaders.WellknownHeaderCount)
270
if (_headers.GetValueFromHeaderIndex(
_currentIndex
) != null)
306
if (
_currentIndex
!= -1)
310
_headers.MapHeaderIndexToName(
_currentIndex
),
311
_headers.GetValueFromHeaderIndex(
_currentIndex
));