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