2 writes to _acceptMoreWork
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\Parallel\ParallelOperationManager.cs (2)
106
_acceptMoreWork
= true;
261
_acceptMoreWork
= false;
2 references to _acceptMoreWork
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\Parallel\ParallelOperationManager.cs (2)
141
if (!
_acceptMoreWork
)
186
if (!removed &&
_acceptMoreWork
)