2 writes to _resultsCache
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockHost.cs (2)
99_resultsCache = new ResultsCacheWithOverride(overrideResultsCache); 104_resultsCache = new ResultsCache();
2 references to _resultsCache
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockHost.cs (2)
125_resultsCache.InitializeComponent(this); 206BuildComponentType.ResultsCache => (IBuildComponent)_resultsCache,