4 writes to _environmentProperties
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
288_environmentProperties = other._environmentProperties != null ? new PropertyDictionary<ProjectPropertyInstance>(other._environmentProperties) : null; 738_environmentProperties = value; 931translator.TranslateProjectPropertyInstanceDictionary(ref _environmentProperties); 1016_environmentProperties = environmentProperties;
5 references to _environmentProperties
Microsoft.Build (5)
BackEnd\BuildManager\BuildParameters.cs (5)
288_environmentProperties = other._environmentProperties != null ? new PropertyDictionary<ProjectPropertyInstance>(other._environmentProperties) : null; 450return new ReadOnlyConvertingDictionary<string, ProjectPropertyInstance, string>(_environmentProperties, 733get => _environmentProperties; 1044_toolsetProvider = new ToolsetProvider(DefaultToolsVersion, _environmentProperties, _globalProperties, ToolsetDefinitionLocations);