6 references to InputsLocation
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (3)
144
_targetToAnalyze.
InputsLocation
, "TargetInputsSpecifiedWithoutOutputs", TargetToAnalyze.Name);
413
var targetInputs = bucket.Expander.ExpandIntoStringListLeaveEscaped(TargetInputSpecification, ExpanderOptions.ExpandPropertiesAndMetadata, _targetToAnalyze.
InputsLocation
);
428
_targetToAnalyze.
InputsLocation
);
Microsoft.Build.Engine.UnitTests (3)
Instance\ProjectInstance_Internal_Tests.cs (1)
801
targetInstance.
InputsLocation
.ShouldBe(ElementLocation.EmptyLocation);
TestComparers\ProjectInstanceModelTestComparers.cs (2)
96
Assert.Equal(x.
InputsLocation
, y.
InputsLocation
, new Helpers.ElementLocationComparerIgnoringType());