17 references to Properties
Microsoft.Build (3)
Instance\ProjectInstance.cs (2)
381this.CreatePropertiesSnapshot(project.Properties, immutable); 1008ICollection<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)
1473int environmentPropertyCount = Helpers.MakeList(project.Properties).Count; 1488Assert.Equal(1, Helpers.Count(project.Properties) - environmentPropertyCount); 1498int environmentPropertyCount = Helpers.MakeList(project.Properties).Count; 1513Assert.Equal(1, Helpers.Count(project.Properties) - environmentPropertyCount); 1819int environmentPropertyCount = Helpers.MakeList(project.Properties).Count; 1833Assert.Equal(0, Helpers.Count(project.Properties) - environmentPropertyCount);
ObjectModelRemoting\Helpers\ViewValidation.evaluation.cs (2)
340Verify(view.Properties, real.Properties, Verify, context);
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (2)
88var viewProperties = this.StdGroup.View.Properties; 89var 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)
1928IEnumerable<ProjectProperty> nonImportedProperties = project.Properties.Where(property => property.Xml == null); 2092IEnumerable<ProjectProperty> nonImportedProperties = project.Properties.Where(property => property.Xml == null); 2216IEnumerable<ProjectProperty> nonImportedProperties = project.Properties.Where(property => property.Xml == null);