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