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