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