17 references to Properties
Microsoft.Build (3)
Instance\ProjectInstance.cs (2)
381
this.CreatePropertiesSnapshot(project.
Properties
, immutable);
1008
ICollection<ProjectProperty> linkedProjectProperties = linkedProject.
Properties
;
ObjectModelRemoting\DefinitionObjectsLinks\ProjectLink.cs (1)
49
/// Access to remote <see cref="Project.
Properties
"/>.
Microsoft.Build.Engine.OM.UnitTests (11)
Definition\DefinitionEditing_Tests.cs (6)
1473
int environmentPropertyCount = Helpers.MakeList(project.
Properties
).Count;
1488
Assert.Equal(1, Helpers.Count(project.
Properties
) - environmentPropertyCount);
1498
int environmentPropertyCount = Helpers.MakeList(project.
Properties
).Count;
1513
Assert.Equal(1, Helpers.Count(project.
Properties
) - environmentPropertyCount);
1819
int environmentPropertyCount = Helpers.MakeList(project.
Properties
).Count;
1833
Assert.Equal(0, Helpers.Count(project.
Properties
) - environmentPropertyCount);
ObjectModelRemoting\Helpers\ViewValidation.evaluation.cs (2)
340
Verify(view.
Properties
, real.
Properties
, Verify, context);
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (2)
88
var viewProperties = this.StdGroup.View.
Properties
;
89
var realProperties = this.StdGroup.Real.
Properties
;
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
41
=> this.OwningCollection.ExportCollection<ProjectProperty, MockProjectPropertyLinkRemoter>(this.Source.
Properties
);
Microsoft.Build.Engine.UnitTests (3)
Evaluation\Evaluator_Tests.cs (3)
1928
IEnumerable<ProjectProperty> nonImportedProperties = project.
Properties
.Where(property => property.Xml == null);
2092
IEnumerable<ProjectProperty> nonImportedProperties = project.
Properties
.Where(property => property.Xml == null);
2216
IEnumerable<ProjectProperty> nonImportedProperties = project.
Properties
.Where(property => property.Xml == null);