6 writes to _globalProperties
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
177_globalProperties = data.GlobalPropertiesDictionary; 218_globalProperties = instance.GlobalPropertiesDictionary; 244_globalProperties = other._globalProperties; 519_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(_globalProperties); 909translator.TranslateDictionary(ref _globalProperties, ProjectPropertyInstance.FactoryForDeserialization); 932translator.TranslateDictionary(ref _globalProperties, ProjectPropertyInstance.FactoryForDeserialization);
7 references to _globalProperties
Microsoft.Build (7)
BackEnd\Shared\BuildRequestConfiguration.cs (7)
244_globalProperties = other._globalProperties; 365public PropertyDictionary<ProjectPropertyInstance> GlobalProperties => _globalProperties; 519_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(_globalProperties); 522_globalProperties[key] = ProjectPropertyInstance.Create(key, "Forces unique project identity in the MSBuild engine"); 850return String.Format(CultureInfo.CurrentCulture, "{0} {1} {2} {3}", _configId, _projectFullPath, _toolsVersion, _globalProperties); 1011_globalProperties.Equals(other._globalProperties);