1 write to _globalMSBuildProperties
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
BuildHost.cs (1)
170_globalMSBuildProperties = globalProperties;
3 references to _globalMSBuildProperties
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
BuildHost.cs (3)
132if (_globalMSBuildProperties is null) 143_buildManager = new ProjectBuildManager(_globalMSBuildProperties, logger); 144_buildManager.StartBatchBuild(_globalMSBuildProperties);