9 references to Properties
Microsoft.Build.Engine.OM.UnitTests (8)
Construction\ProjectRootElement_Tests.cs (1)
830
List<ProjectPropertyElement> properties = Helpers.MakeList(project.
Properties
);
Definition\DefinitionEditing_Tests.cs (3)
1533
Assert.Single(Helpers.MakeList(xml.
Properties
));
1786
Assert.Single(project.Xml.
Properties
);
1805
Assert.Single(project.Xml.
Properties
);
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
554
ViewValidation.Verify(viewXml.
Properties
, realXml.
Properties
, Verify, context);
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (2)
192
var realProperties = preReal.
Properties
.ToList();
193
var viewProperties = preView.
Properties
.ToList();
Microsoft.Build.Engine.UnitTests (1)
Evaluation\Evaluator_Tests.cs (1)
1453
ProjectPropertyElement xml1 = project.Xml.
Properties
.First();