2 writes to _otherHeaders
System.Runtime.Remoting (2)
channels\core\basetransportheaders.cs (2)
45_otherHeaders = null; 114_otherHeaders = new TransportHeaders();
6 references to _otherHeaders
System.Runtime.Remoting (6)
channels\core\basetransportheaders.cs (6)
90if (_otherHeaders != null) 91return _otherHeaders[key]; 113if (_otherHeaders == null) 115_otherHeaders[key] = value; 129if (_otherHeaders == null) 132return _otherHeaders.GetEnumerator();