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)
1471int environmentPropertyCount = Helpers.MakeList(project.Properties).Count; 1486Assert.Equal(1, Helpers.Count(project.Properties) - environmentPropertyCount); 1496int environmentPropertyCount = Helpers.MakeList(project.Properties).Count; 1511Assert.Equal(1, Helpers.Count(project.Properties) - environmentPropertyCount); 1817int environmentPropertyCount = Helpers.MakeList(project.Properties).Count; 1831Assert.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)
1963IEnumerable<ProjectProperty> nonImportedProperties = project.Properties.Where(property => property.Xml == null); 2127IEnumerable<ProjectProperty> nonImportedProperties = project.Properties.Where(property => property.Xml == null); 2251IEnumerable<ProjectProperty> nonImportedProperties = project.Properties.Where(property => property.Xml == null);