1 write to _channel
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketServer.cs (1)
174_channel = _channelFactory(client.GetStream());
5 references to _channel
Microsoft.TestPlatform.CommunicationUtilities (5)
SocketServer.cs (5)
175Connected.SafeInvoke(this, new ConnectedEventArgs(_channel), "SocketServer: ClientConnected"); 180_ = Task.Run(() => client.MessageLoopAsync(_channel, error => StopOnError(error), _cancellation.Token)); 198TPDebug.Assert(_channel is not null, $"{nameof(_channel)} is null"); 209_channel.Dispose();