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