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