3 writes to _otherHeadersEnumerator
System.Runtime.Remoting (3)
channels\core\basetransportheaders.cs (3)
265_otherHeadersEnumerator = _headers.GetOtherHeadersEnumerator(); 282_otherHeadersEnumerator = null; 296_otherHeadersEnumerator = null;
4 references to _otherHeadersEnumerator
System.Runtime.Remoting (4)
channels\core\basetransportheaders.cs (4)
278if (_otherHeadersEnumerator != null) 280if (!_otherHeadersEnumerator.MoveNext()) 314if (_otherHeadersEnumerator != null) 316return _otherHeadersEnumerator.Current;