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