1 write to _connectionId
System.Runtime.Remoting (1)
channels\tcp\tcpstreams.cs (1)
251
_connectionId
= Interlocked.Increment(ref _connectionIdCounter);
1 reference to _connectionId
System.Runtime.Remoting (1)
channels\tcp\tcpstreams.cs (1)
322
headers.ConnectionId =
_connectionId
;