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)
90
if (
_otherHeaders
!= null)
91
return
_otherHeaders
[key];
113
if (
_otherHeaders
== null)
115
_otherHeaders
[key] = value;
129
if (
_otherHeaders
== null)
132
return
_otherHeaders
.GetEnumerator();