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