2 references to s_defaultGlobalProperties
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\Build\ProjectBuildManager.cs (2)
80
=>
s_defaultGlobalProperties
.AddRange(_additionalGlobalProperties);
160
var allProperties =
s_defaultGlobalProperties
.RemoveRange(globalProperties.Keys).AddRange(globalProperties);