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