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));