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