6 references to Outputs
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TargetEntry.cs (4)
487if (dependencyResult != DependencyAnalysisResult.SkipUpToDate && _host.BuildParameters.Question && !string.IsNullOrEmpty(_target.Inputs) && !string.IsNullOrEmpty(_target.Outputs)) 606targetReturns = _target.Outputs; 908if (_target.Outputs.Length > 0) 910batchableTargetParameters.Add(_target.Outputs);
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (1)
64_targetOutputSpecification = targetToAnalyze.Outputs;
Instance\ProjectTargetInstance.cs (1)
475target.Outputs = Outputs;