4 references to KeepDuplicateOutputsLocation
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
620
_target.
KeepDuplicateOutputsLocation
,
Microsoft.Build.Engine.UnitTests (3)
Instance\ProjectInstance_Internal_Tests.cs (1)
805
targetInstance.
KeepDuplicateOutputsLocation
.ShouldBe(ElementLocation.EmptyLocation);
TestComparers\ProjectInstanceModelTestComparers.cs (2)
99
Assert.Equal(x.
KeepDuplicateOutputsLocation
, y.
KeepDuplicateOutputsLocation
, new Helpers.ElementLocationComparerIgnoringType());