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