5 references to Inputs
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
487if (dependencyResult != DependencyAnalysisResult.SkipUpToDate && _host.BuildParameters.Question && !string.IsNullOrEmpty(_target.Inputs) && !string.IsNullOrEmpty(_target.Outputs)) 903if (_target.Inputs.Length > 0) 905batchableTargetParameters.Add(_target.Inputs);
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (1)
63_targetInputSpecification = targetToAnalyze.Inputs;
Instance\ProjectTargetInstance.cs (1)
474target.Inputs = Inputs;