6 writes to _globalProperties
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
192_globalProperties = data.GlobalPropertiesDictionary; 234_globalProperties = instance.GlobalPropertiesDictionary; 261_globalProperties = other._globalProperties; 556_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(_globalProperties); 960translator.TranslateDictionary(ref _globalProperties, ProjectPropertyInstance.FactoryForDeserialization); 985translator.TranslateDictionary(ref _globalProperties, ProjectPropertyInstance.FactoryForDeserialization);
7 references to _globalProperties
Microsoft.Build (7)
BackEnd\Shared\BuildRequestConfiguration.cs (7)
261_globalProperties = other._globalProperties; 401public PropertyDictionary<ProjectPropertyInstance> GlobalProperties => _globalProperties; 556_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(_globalProperties); 559_globalProperties[key] = ProjectPropertyInstance.Create(key, "Forces unique project identity in the MSBuild engine"); 901return $"{_configId} {_projectFullPath} {_toolsVersion} {_globalProperties}"; 1065_globalProperties.Equals(other._globalProperties);