1 write to _workQueue
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
92
_workQueue
= new AsyncBatchingWorkQueue<ITextSnapshot>(
5 references to _workQueue
Microsoft.CodeAnalysis.EditorFeatures (5)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (5)
187
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
207
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
219
_workQueue
.AddWork(args.After);
232
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
258
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);