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