8 references to OutputsLocation
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
596
targetElement.
OutputsLocation
,
Microsoft.Build.Engine.OM.UnitTests (7)
Construction\ElementLocationPublic_Tests.cs (5)
36
Assert.Equal(project.FullPath, target.
OutputsLocation
.File);
53
Assert.Equal(project.FullPath, target.
OutputsLocation
.File);
58
Assert.Equal(project.FullPath, target.
OutputsLocation
.File);
74
ElementLocation e2 = target.
OutputsLocation
;
77
Assert.True(Object.ReferenceEquals(e2, target.
OutputsLocation
));
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
806
ViewValidation.VerifySameLocation(realXml.
OutputsLocation
, viewXml.
OutputsLocation
, context);