1 write to _globalMSBuildProperties
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
40
_globalMSBuildProperties
= globalMSBuildProperties ?? ImmutableDictionary<string, string>.Empty;
1 reference to _globalMSBuildProperties
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
123
await buildHostProcess.BuildHost.ConfigureGlobalStateAsync(
_globalMSBuildProperties
, _binaryLogPathProvider?.GetNewLogPath(), cancellationToken).ConfigureAwait(false);