4 writes to _environmentProperties
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
290_environmentProperties = other._environmentProperties != null ? new PropertyDictionary<ProjectPropertyInstance>(other._environmentProperties) : null; 761_environmentProperties = value; 957translator.TranslateProjectPropertyInstanceDictionary(ref _environmentProperties); 1044_environmentProperties = environmentProperties;
5 references to _environmentProperties
Microsoft.Build (5)
BackEnd\BuildManager\BuildParameters.cs (5)
290_environmentProperties = other._environmentProperties != null ? new PropertyDictionary<ProjectPropertyInstance>(other._environmentProperties) : null; 453return new ReadOnlyConvertingDictionary<string, ProjectPropertyInstance, string>(_environmentProperties, 756get => _environmentProperties; 1072_toolsetProvider = new ToolsetProvider(DefaultToolsVersion, _environmentProperties, _globalProperties, ToolsetDefinitionLocations);