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);