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