2 writes to _operationCompleted
Microsoft.TestPlatform.CommunicationUtilities (2)
TestRequestSender.cs (2)
82_operationCompleted = 0; 807Interlocked.CompareExchange(ref _operationCompleted, 1, 0);
1 reference to _operationCompleted
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
788return _operationCompleted == 1;