6 writes to _globalProperties
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
248_globalProperties = data.GlobalPropertiesDictionary; 290_globalProperties = instance.GlobalPropertiesDictionary; 317_globalProperties = other._globalProperties; 612_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(_globalProperties); 1058translator.TranslateDictionary(ref _globalProperties, ProjectPropertyInstance.FactoryForDeserialization); 1083translator.TranslateDictionary(ref _globalProperties, ProjectPropertyInstance.FactoryForDeserialization);
7 references to _globalProperties
Microsoft.Build (7)
BackEnd\Shared\BuildRequestConfiguration.cs (7)
317_globalProperties = other._globalProperties; 457public PropertyDictionary<ProjectPropertyInstance> GlobalProperties => _globalProperties; 612_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(_globalProperties); 615_globalProperties[key] = ProjectPropertyInstance.Create(key, "Forces unique project identity in the MSBuild engine"); 999return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1170_globalProperties.Equals(other._globalProperties);