1 write to _projectSystemNotificationQueue
Microsoft.VisualStudio.LanguageServices (1)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
82_projectSystemNotificationQueue = new AsyncBatchingWorkQueue<DesignerAttributeData>(
2 references to _projectSystemNotificationQueue
Microsoft.VisualStudio.LanguageServices (2)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (2)
309Contract.ThrowIfNull(_projectSystemNotificationQueue); 310_projectSystemNotificationQueue.AddWork(data);