6 references to _projectCachePlugins
Microsoft.Build (6)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (6)
170=> _projectCachePlugins.GetOrAdd( 810if (_projectCachePlugins.IsEmpty) 891if (!_projectCachePlugins.TryGetValue(projectCacheDescriptor, out Lazy<Task<ProjectCachePlugin>>? pluginLazyTask)) 948if (_projectCachePlugins.IsEmpty) 967Task[] cleanupTasks = new Task[_projectCachePlugins.Count]; 969foreach (KeyValuePair<ProjectCacheDescriptor, Lazy<Task<ProjectCachePlugin>>> kvp in _projectCachePlugins)