2 writes to IsPaused
Microsoft.TestPlatform.CoreUtilities (2)
Utilities\JobQueue.cs (2)
162
IsPaused
= true;
175
IsPaused
= false;
1 reference to IsPaused
Microsoft.VisualStudio.TestPlatform.Common (1)
Logging\InternalTestLoggerEvents.cs (1)
331
if (!_loggerEventQueue.
IsPaused
&& eventHandlersFactory() == null)