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)
104Connected.SafeInvoke(this, new ConnectedEventArgs(_channel), "SocketServer: ClientConnected"); 109Task.Run(() => _tcpClient.MessageLoopAsync(_channel, error => StopOnError(error), _cancellation.Token)).ConfigureAwait(false); 127TPDebug.Assert(_channel is not null, $"{nameof(_channel)} is null"); 138_channel.Dispose();