1 write to _cancellation
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketServer.cs (1)
48_cancellation = new CancellationTokenSource();
3 references to _cancellation
Microsoft.TestPlatform.CommunicationUtilities (3)
SocketServer.cs (3)
89_cancellation.Cancel(); 109Task.Run(() => _tcpClient.MessageLoopAsync(_channel, error => StopOnError(error), _cancellation.Token)).ConfigureAwait(false); 139_cancellation.Dispose();