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