8 references to EnvironmentProperties
Microsoft.Build (8)
BackEnd\BuildManager\BuildParameters.cs (1)
255
Initialize(new PropertyDictionary<ProjectPropertyInstance>(projectCollection.
EnvironmentProperties
), projectCollection.ProjectRootElementCache, new ToolsetProvider(projectCollection.Toolsets));
Definition\Project.cs (3)
3588
return new ProjectInstance(_data, DirectoryPath, FullPath, ProjectCollection.HostServices, ProjectCollection.
EnvironmentProperties
, settings);
3604
ProjectCollection.
EnvironmentProperties
,
3948
public PropertyDictionary<ProjectPropertyInstance> EnvironmentVariablePropertiesDictionary => this.Project.ProjectCollection.
EnvironmentProperties
;
Definition\ProjectCollection.cs (1)
1919
EnvironmentProperties
, _globalProperties, ToolsetLocations);
Definition\Toolset.cs (2)
194
: this(toolsVersion, toolsPath, null, projectCollection.
EnvironmentProperties
, projectCollection.GlobalPropertiesCollection, subToolsets, msbuildOverrideTasksPath, defaultOverrideToolsVersion: null)
295
: this(toolsVersion, toolsPath, buildProperties, projectCollection.
EnvironmentProperties
, projectCollection.GlobalPropertiesCollection, null, msbuildOverrideTasksPath, null)
Instance\ProjectInstance.cs (1)
411
this.CreateEnvironmentVariablePropertiesSnapshot(project.ProjectCollection.
EnvironmentProperties
);