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