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