1 write to _workQueue
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
101
_workQueue
= new AsyncBatchingWorkQueue<ITextSnapshot>(
5 references to _workQueue
Microsoft.CodeAnalysis.EditorFeatures (5)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (5)
231
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
252
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
264
_workQueue
.AddWork(args.After);
277
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
303
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);