2 instantiations of ResultsCacheWithOverride
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
3204_componentFactories.ReplaceFactory(BuildComponentType.ResultsCache, new ResultsCacheWithOverride(cacheAggregation.ResultsCache));
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockHost.cs (1)
96_resultsCache = new ResultsCacheWithOverride(overrideResultsCache);
2 references to ResultsCacheWithOverride
Microsoft.Build (1)
BackEnd\BuildManager\CacheSerialization.cs (1)
61case ResultsCacheWithOverride resultsCacheWithOverride:
Microsoft.Build.Engine.UnitTests (1)
BackEnd\Scheduler_Tests.cs (1)
613Assert.Null(((ResultsCacheWithOverride)_host.GetComponent(BuildComponentType.ResultsCache)).CurrentCache.GetResultsForConfiguration(1));