1 write to _globalProperties
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
182_globalProperties = globalProperties ?? new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
4 references to _globalProperties
Microsoft.Build (4)
Construction\Solution\SolutionProjectGenerator.cs (4)
1000_globalProperties, 2101_globalProperties.TryGetValue("ProjectToolsVersion", out string childProjectToolsVersion); 2114return PredictActiveSolutionConfigurationName(_solutionFile, _globalProperties); 2143Project msbuildProject = new Project(project.AbsolutePath, _globalProperties, childProjectToolsVersion);