6 references to OutputsLocation
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
607
targetReturnsLocation = _target.
OutputsLocation
;
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (2)
413
var targetOutputs = bucket.Expander.ExpandIntoStringListLeaveEscaped(TargetOutputSpecification, ExpanderOptions.ExpandPropertiesAndMetadata, _targetToAnalyze.
OutputsLocation
);
438
_targetToAnalyze.
OutputsLocation
);
Microsoft.Build.Engine.UnitTests (3)
Instance\ProjectInstance_Internal_Tests.cs (1)
803
targetInstance.
OutputsLocation
.ShouldBe(ElementLocation.EmptyLocation);
TestComparers\ProjectInstanceModelTestComparers.cs (2)
97
Assert.Equal(x.
OutputsLocation
, y.
OutputsLocation
, new Helpers.ElementLocationComparerIgnoringType());