2 references to _inputCaches
Microsoft.Build (2)
BackEnd\BuildManager\CacheAggregator.cs (2)
35
_inputCaches
.Add((configCache, resultsCache));
47
foreach (var (configCache, resultsCache) in
_inputCaches
)