6 writes to _globalProperties
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
179_globalProperties = data.GlobalPropertiesDictionary; 220_globalProperties = instance.GlobalPropertiesDictionary; 246_globalProperties = other._globalProperties; 530_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(_globalProperties); 938translator.TranslateDictionary(ref _globalProperties, ProjectPropertyInstance.FactoryForDeserialization); 961translator.TranslateDictionary(ref _globalProperties, ProjectPropertyInstance.FactoryForDeserialization);
7 references to _globalProperties
Microsoft.Build (7)
BackEnd\Shared\BuildRequestConfiguration.cs (7)
246_globalProperties = other._globalProperties; 376public PropertyDictionary<ProjectPropertyInstance> GlobalProperties => _globalProperties; 530_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(_globalProperties); 533_globalProperties[key] = ProjectPropertyInstance.Create(key, "Forces unique project identity in the MSBuild engine"); 879return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1040_globalProperties.Equals(other._globalProperties);