4 references to TargetInputSpecification
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (4)
143
ProjectErrorUtilities.VerifyThrowInvalidProject((TargetOutputSpecification.Length > 0) || (
TargetInputSpecification
.Length == 0),
413
var targetInputs = bucket.Expander.ExpandIntoStringListLeaveEscaped(
TargetInputSpecification
, ExpanderOptions.ExpandPropertiesAndMetadata, _targetToAnalyze.InputsLocation);
454
if (
TargetInputSpecification
.Length > 0)
490
if (
TargetInputSpecification
.Length == 0)