1 write to _globalMSBuildProperties
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
BuildHost.cs (1)
176
_globalMSBuildProperties
= globalProperties;
3 references to _globalMSBuildProperties
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
BuildHost.cs (3)
138
if (
_globalMSBuildProperties
is null)
149
_buildManager = new ProjectBuildManager(_knownCommandLineParserLanguages,
_globalMSBuildProperties
, logger);
150
_buildManager.StartBatchBuild(
_globalMSBuildProperties
);