1 write to _workQueue
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
102
_workQueue
= new AsyncBatchingWorkQueue<ITextSnapshot>(
5 references to _workQueue
Microsoft.CodeAnalysis.EditorFeatures (5)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (5)
232
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
253
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
265
_workQueue
.AddWork(args.After);
278
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
304
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);