4 references to GlobalPropertiesCollection
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (1)
252_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(projectCollection.GlobalPropertiesCollection);
Definition\Project.cs (1)
3773foreach (ProjectPropertyInstance property in ProjectCollection.GlobalPropertiesCollection)
Definition\Toolset.cs (2)
249: this(toolsVersion, toolsPath, null, projectCollection.EnvironmentProperties, projectCollection.GlobalPropertiesCollection, subToolsets, msbuildOverrideTasksPath, defaultOverrideToolsVersion: null) 349: this(toolsVersion, toolsPath, buildProperties, projectCollection.EnvironmentProperties, projectCollection.GlobalPropertiesCollection, null, msbuildOverrideTasksPath, null)