1 write to _channel
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketClient.cs (1)
101
_channel
= _channelFactory(_tcpClient.GetStream());
3 references to _channel
Microsoft.TestPlatform.CommunicationUtilities (3)
SocketClient.cs (3)
102
Connected.SafeInvoke(this, new ConnectedEventArgs(
_channel
), "SocketClient: ServerConnected");
108
_channel
,
126
_channel
?.Dispose();