8 references to EnvironmentProperties
Microsoft.Build (8)
BackEnd\BuildManager\BuildParameters.cs (1)
261
Initialize(new PropertyDictionary<ProjectPropertyInstance>(projectCollection.
EnvironmentProperties
), projectCollection.ProjectRootElementCache, new ToolsetProvider(projectCollection.Toolsets));
Definition\Project.cs (3)
3716
return new ProjectInstance(_data, DirectoryPath, FullPath, ProjectCollection.HostServices, ProjectCollection.
EnvironmentProperties
, settings);
3732
ProjectCollection.
EnvironmentProperties
,
4076
public PropertyDictionary<ProjectPropertyInstance> EnvironmentVariablePropertiesDictionary => this.Project.ProjectCollection.
EnvironmentProperties
;
Definition\ProjectCollection.cs (1)
1869
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)
402
this.CreateEnvironmentVariablePropertiesSnapshot(project.ProjectCollection.
EnvironmentProperties
);