18 references to Properties
Microsoft.Build (4)
Instance\ProjectInstance.cs (3)
379this.CreatePropertiesSnapshot(project.Properties, immutable); 437InitializeImmutableProjectPropertyInstances(linkedProject.Properties); 438var projectPropertiesConverter = GetImmutableElementCollectionConverter<ProjectProperty, ProjectPropertyInstance>(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)
1469int environmentPropertyCount = Helpers.MakeList(project.Properties).Count; 1484Assert.Equal(1, Helpers.Count(project.Properties) - environmentPropertyCount); 1494int environmentPropertyCount = Helpers.MakeList(project.Properties).Count; 1509Assert.Equal(1, Helpers.Count(project.Properties) - environmentPropertyCount); 1815int environmentPropertyCount = Helpers.MakeList(project.Properties).Count; 1829Assert.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)
1885IEnumerable<ProjectProperty> nonImportedProperties = project.Properties.Where(property => property.Xml == null); 2047IEnumerable<ProjectProperty> nonImportedProperties = project.Properties.Where(property => property.Xml == null); 2168IEnumerable<ProjectProperty> nonImportedProperties = project.Properties.Where(property => property.Xml == null);