6 references to _projectCachePlugins
Microsoft.Build (6)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (6)
164
=>
_projectCachePlugins
.GetOrAdd(
713
if (
_projectCachePlugins
.IsEmpty)
758
if (!
_projectCachePlugins
.TryGetValue(projectCacheDescriptor, out Lazy<Task<ProjectCachePlugin>>? pluginLazyTask))
806
if (
_projectCachePlugins
.IsEmpty)
820
Task[] cleanupTasks = new Task[
_projectCachePlugins
.Count];
822
foreach (KeyValuePair<ProjectCacheDescriptor, Lazy<Task<ProjectCachePlugin>>> kvp in
_projectCachePlugins
)