1 write to _displayName
Microsoft.TestPlatform.CoreUtilities (1)
Utilities\JobQueue.cs (1)
131_displayName = displayName;
4 references to _displayName
Microsoft.TestPlatform.CoreUtilities (4)
Utilities\JobQueue.cs (4)
135_backgroundJobProcessor = new Task(() => BackgroundJobProcessor(_displayName), TaskCreationOptions.LongRunning); 216string.Format(CultureInfo.CurrentCulture, Resources.QueuePausedDisposeError, _displayName)); 284string.Format(CultureInfo.CurrentCulture, Resources.QueueAlreadyDisposed, _displayName)); 363_exceptionLogger(string.Format(CultureInfo.CurrentCulture, Resources.ExceptionFromJobProcessor, _displayName, e));