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