4 references to BuildHost
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\BuildHostProcessManager.cs (4)
112
return buildHostProcess.
BuildHost
;
140
await buildHostProcess.
BuildHost
.ConfigureGlobalStateAsync(_knownCommandLineParserLanguages, _globalMSBuildProperties, _binaryLogPathProvider?.GetNewLogPath(), _maxNodeCount, cancellationToken).ConfigureAwait(false);
155
var msbuildLocation = await buildHostProcess.
BuildHost
.FindBestMSBuildAsync(projectOrSolutionFilePath, cancellationToken).ConfigureAwait(false);
507
await
BuildHost
.ShutdownAsync(CancellationToken.None).ConfigureAwait(false);