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