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);
1855
BuildComponentType.ResultsCache => (IBuildComponent)
_resultsCache
,