1 write to _host
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
192
_host
= host;
2 references to _host
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
482
DependencyAnalysisResult dependencyResult = dependencyAnalyzer.PerformDependencyAnalysis(bucket,
_host
.BuildParameters.Question, out changedTargetInputs, out upToDateTargetInputs);
491
if (dependencyResult != DependencyAnalysisResult.SkipUpToDate &&
_host
.BuildParameters.Question && !string.IsNullOrEmpty(_target.Inputs) && !string.IsNullOrEmpty(_target.Outputs))