Implemented interface member:
method
HasResultsForTarget
Microsoft.Build.BackEnd.IBuildResults.HasResultsForTarget(System.String)
3 references to HasResultsForTarget
Microsoft.Build (3)
BackEnd\Components\Caching\ResultsCache.cs (1)
119
Assumed.True(result.
HasResultsForTarget
(target), "No results in cache for target " + target);
BackEnd\Components\Scheduler\Scheduler.cs (2)
1713
if (blocker.PartialBuildResult.
HasResultsForTarget
(blockingRequest.BlockingTarget))
2152
!requestResults.
HasResultsForTarget
(target))