2 writes to _connectionId
System.Runtime.Remoting (2)
channels\core\basetransportheaders.cs (2)
65
set {
_connectionId
= value; }
217
case 0:
_connectionId
= value; break;
1 reference to _connectionId
System.Runtime.Remoting (1)
channels\core\basetransportheaders.cs (1)
193
case 0: return
_connectionId
;