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)
309
Contract.ThrowIfNull(
_projectSystemNotificationQueue
);
310
_projectSystemNotificationQueue
.AddWork(data);