6 writes to _globalProperties
Microsoft.Build (6)
BackEnd\Shared\BuildRequestConfiguration.cs (6)
184
_globalProperties
= data.GlobalPropertiesDictionary;
226
_globalProperties
= instance.GlobalPropertiesDictionary;
253
_globalProperties
= other._globalProperties;
548
_globalProperties
= new PropertyDictionary<ProjectPropertyInstance>(_globalProperties);
956
translator.TranslateDictionary(ref
_globalProperties
, ProjectPropertyInstance.FactoryForDeserialization);
980
translator.TranslateDictionary(ref
_globalProperties
, ProjectPropertyInstance.FactoryForDeserialization);
7 references to _globalProperties
Microsoft.Build (7)
BackEnd\Shared\BuildRequestConfiguration.cs (7)
253
_globalProperties = other.
_globalProperties
;
393
public PropertyDictionary<ProjectPropertyInstance> GlobalProperties =>
_globalProperties
;
548
_globalProperties = new PropertyDictionary<ProjectPropertyInstance>(
_globalProperties
);
551
_globalProperties
[key] = ProjectPropertyInstance.Create(key, "Forces unique project identity in the MSBuild engine");
897
return $"{_configId} {_projectFullPath} {_toolsVersion} {
_globalProperties
}";
1060
_globalProperties
.Equals(other.
_globalProperties
);