4 references to _cpsProjects
Microsoft.VisualStudio.LanguageServices (4)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (4)
116
foreach (var (projectId, _) in
_cpsProjects
)
119
_cpsProjects
.TryRemove(projectId, out _);
277
if (!
_cpsProjects
.TryGetValue(projectId, out var updateService))
282
_cpsProjects
.TryAdd(projectId, updateService);