2 writes to _resultsCache
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockHost.cs (2)
96_resultsCache = new ResultsCacheWithOverride(overrideResultsCache); 101_resultsCache = new ResultsCache();
2 references to _resultsCache
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockHost.cs (2)
122_resultsCache.InitializeComponent(this); 200BuildComponentType.ResultsCache => (IBuildComponent)_resultsCache,