1 write to _connectionId
System.Runtime.Remoting (1)
channels\http\httpstreams.cs (1)
511
_connectionId
= Interlocked.Increment(ref _connectionIdCounter);
1 reference to _connectionId
System.Runtime.Remoting (1)
channels\http\httpstreams.cs (1)
647
headers[CommonTransportKeys.ConnectionId] =
_connectionId
;