6 references to _projectCachePlugins
Microsoft.Build (6)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (6)
166=> _projectCachePlugins.GetOrAdd( 807if (_projectCachePlugins.IsEmpty) 888if (!_projectCachePlugins.TryGetValue(projectCacheDescriptor, out Lazy<Task<ProjectCachePlugin>>? pluginLazyTask)) 945if (_projectCachePlugins.IsEmpty) 964Task[] cleanupTasks = new Task[_projectCachePlugins.Count]; 966foreach (KeyValuePair<ProjectCacheDescriptor, Lazy<Task<ProjectCachePlugin>>> kvp in _projectCachePlugins)