1 write to _workQueue
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
103
_workQueue
= new AsyncBatchingWorkQueue<ITextSnapshot>(
5 references to _workQueue
Microsoft.CodeAnalysis.EditorFeatures (5)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (5)
233
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
257
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
269
_workQueue
.AddWork(args.After);
282
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);
309
_workQueue
.AddWork(_subjectBuffer.CurrentSnapshot);