4 references to _cpsProjects
Microsoft.VisualStudio.LanguageServices (4)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (4)
120
foreach (var (projectId, _) in
_cpsProjects
)
123
_cpsProjects
.TryRemove(projectId, out _);
281
if (!
_cpsProjects
.TryGetValue(projectId, out var updateService))
286
_cpsProjects
.TryAdd(projectId, updateService);