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