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