3 writes to KeepDuplicateOutputs
Microsoft.Build.Engine.OM.UnitTests (3)
Construction\ProjectTargetElement_Tests.cs (2)
145
target.
KeepDuplicateOutputs
= null;
303
target.
KeepDuplicateOutputs
= "true";
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
173
newTarget1.VerifySetter("newKeepDuplicateOutputs", (t) => t.KeepDuplicateOutputs, (t, v) => t.
KeepDuplicateOutputs
= v);
5 references to KeepDuplicateOutputs
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
589
targetElement.
KeepDuplicateOutputs
,
Microsoft.Build.Engine.OM.UnitTests (4)
Construction\ProjectTargetElement_Tests.cs (1)
305
Assert.Equal("true", target.
KeepDuplicateOutputs
);
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
807
Assert.Equal(realXml.
KeepDuplicateOutputs
, viewXml.
KeepDuplicateOutputs
);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
173
newTarget1.VerifySetter("newKeepDuplicateOutputs", (t) => t.
KeepDuplicateOutputs
, (t, v) => t.KeepDuplicateOutputs = v);