4 writes to _environmentProperties
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
289_environmentProperties = other._environmentProperties != null ? new PropertyDictionary<ProjectPropertyInstance>(other._environmentProperties) : null; 756_environmentProperties = value; 952translator.TranslateProjectPropertyInstanceDictionary(ref _environmentProperties); 1038_environmentProperties = environmentProperties;
5 references to _environmentProperties
Microsoft.Build (5)
BackEnd\BuildManager\BuildParameters.cs (5)
289_environmentProperties = other._environmentProperties != null ? new PropertyDictionary<ProjectPropertyInstance>(other._environmentProperties) : null; 452return new ReadOnlyConvertingDictionary<string, ProjectPropertyInstance, string>(_environmentProperties, 751get => _environmentProperties; 1066_toolsetProvider = new ToolsetProvider(DefaultToolsVersion, _environmentProperties, _globalProperties, ToolsetDefinitionLocations);