1 write to _cancellation
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketServer.cs (1)
58_cancellation = new CancellationTokenSource();
3 references to _cancellation
Microsoft.TestPlatform.CommunicationUtilities (3)
SocketServer.cs (3)
118_cancellation.Cancel(); 180_ = Task.Run(() => client.MessageLoopAsync(_channel, error => StopOnError(error), _cancellation.Token)); 210_cancellation.Dispose();