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