1 write to eventsQueue
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\VisualStudio_InProc_Telemetry.cs (1)
72this.eventsQueue = new BlockingCollection<TelemetryEvent>();
3 references to eventsQueue
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
InProcess\VisualStudio_InProc_Telemetry.cs (3)
59var result = eventsQueue.Take(cancellationTokenSource.Token); 71this.eventsQueue.CompleteAdding(); 82this.eventsQueue.Add(e.Event);