1 write to _resultsCache
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TargetBuilder_Tests.cs (1)
1783_resultsCache = new ResultsCache();
2 references to _resultsCache
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TargetBuilder_Tests.cs (2)
1784((IBuildComponent)_resultsCache).InitializeComponent(this); 1855BuildComponentType.ResultsCache => (IBuildComponent)_resultsCache,