1 write to _channel
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketServer.cs (1)
103
_channel
= _channelFactory(_tcpClient.GetStream());
5 references to _channel
Microsoft.TestPlatform.CommunicationUtilities (5)
SocketServer.cs (5)
104
Connected.SafeInvoke(this, new ConnectedEventArgs(
_channel
), "SocketServer: ClientConnected");
109
Task.Run(() => _tcpClient.MessageLoopAsync(
_channel
, error => StopOnError(error), _cancellation.Token)).ConfigureAwait(false);
127
TPDebug.Assert(
_channel
is not null, $"{nameof(
_channel
)} is null");
138
_channel
.Dispose();