4 writes to _environmentProperties
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
287_environmentProperties = other._environmentProperties != null ? new PropertyDictionary<ProjectPropertyInstance>(other._environmentProperties) : null; 728_environmentProperties = value; 920translator.TranslateProjectPropertyInstanceDictionary(ref _environmentProperties); 1005_environmentProperties = environmentProperties;
5 references to _environmentProperties
Microsoft.Build (5)
BackEnd\BuildManager\BuildParameters.cs (5)
287_environmentProperties = other._environmentProperties != null ? new PropertyDictionary<ProjectPropertyInstance>(other._environmentProperties) : null; 440return new ReadOnlyConvertingDictionary<string, ProjectPropertyInstance, string>(_environmentProperties, 723get => _environmentProperties; 1033_toolsetProvider = new ToolsetProvider(DefaultToolsVersion, _environmentProperties, _globalProperties, ToolsetDefinitionLocations);