3 references to OutputsLocation
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
607
targetReturnsLocation = _target.
OutputsLocation
;
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (2)
414
var targetOutputs = bucket.Expander.ExpandIntoStringListLeaveEscaped(TargetOutputSpecification, ExpanderOptions.ExpandPropertiesAndMetadata, _targetToAnalyze.
OutputsLocation
);
439
_targetToAnalyze.
OutputsLocation
);