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