1 write to _workQueue
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
96
_workQueue
= new AsyncBatchingWorkQueue<ITextSnapshot>(
2 references to _workQueue
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
117
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
184
=>
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);