4 references to _cpsProjects
Microsoft.VisualStudio.LanguageServices (4)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (4)
115
foreach (var (projectId, _) in
_cpsProjects
)
118
_cpsProjects
.TryRemove(projectId, out _);
284
if (!
_cpsProjects
.TryGetValue(projectId, out var updateService))
290
_cpsProjects
.TryAdd(projectId, updateService);