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