1 write to _queue
Microsoft.CodeAnalysis.EditorFeatures (1)
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
33_queue = new AsyncBatchingWorkQueue<HotReloadLogMessage>(
1 reference to _queue
Microsoft.CodeAnalysis.EditorFeatures (1)
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
63_queue.AddWork(new HotReloadLogMessage(verbosity, message, errorLevel: errorLevel));