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