10 references to GlobalProperties
Microsoft.Build (4)
BackEnd\Shared\ConfigurationMetadata.cs (3)
169GlobalProperties.Equals(other.GlobalProperties); 177$"{truncatedProjectFile}, #GlobalProps={GlobalProperties.Count}";
Graph\GraphBuilder.cs (1)
528var globalProperties = configurationMetadata.GlobalProperties.ToDictionary();
Microsoft.Build.Engine.UnitTests (6)
BackEnd\ConfigurationMetadata_Tests.cs (2)
138Assert.Equal(copy.GlobalProperties, initial.GlobalProperties, EqualityComparer<ProjectPropertyInstance>.Default);
Graph\GraphLoadedFromSolution_tests.cs (4)
545graphFromSolutionEdge.Item1.GlobalProperties.ShouldContainKey(propertyToIgnore); 546graphFromSolutionEdge.Item2.GlobalProperties.ShouldContainKey(propertyToIgnore); 556graphFromSolutionEdge.Item1.GlobalProperties.Remove(propertyToIgnore); 557graphFromSolutionEdge.Item2.GlobalProperties.Remove(propertyToIgnore);