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