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)
138if (_globalMSBuildProperties is null) 149_buildManager = new ProjectBuildManager(_knownCommandLineParserLanguages, _globalMSBuildProperties, logger); 150_buildManager.StartBatchBuild(_globalMSBuildProperties);