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