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();
109
Task.Run(() => _tcpClient.MessageLoopAsync(_channel, error => StopOnError(error),
_cancellation
.Token)).ConfigureAwait(false);
139
_cancellation
.Dispose();