2 references to _metaprojectGlobalProperties
Microsoft.Build (2)
Construction\Solution\SolutionProjectGenerator.cs (2)
2063var properties = new Dictionary<string, string>(_metaprojectGlobalProperties.Length, StringComparer.OrdinalIgnoreCase); 2064foreach (Tuple<string, string> property in _metaprojectGlobalProperties)