1 write to _workQueue
Microsoft.VisualStudio.LanguageServices (1)
Packaging\PackageInstallerServiceFactory.cs (1)
130_workQueue = new AsyncBatchingWorkQueue<(bool solutionChanged, ProjectId? changedProject)>(
4 references to _workQueue
Microsoft.VisualStudio.LanguageServices (4)
Packaging\PackageInstallerServiceFactory.cs (4)
239_workQueue.AddWork((solutionChanged: true, changedProject: null)); 451Contract.ThrowIfNull(_workQueue, "We should only register for events after having create the WorkQueue"); 452_workQueue.AddWork((solutionChanged, changedProject)); 460Contract.ThrowIfNull(_workQueue, "How could we be processing a workqueue change without a workqueue?");