2 references to BuildProjectInstanceAsync
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Build\ProjectBuildManager.cs (2)
282return [await BuildProjectInstanceAsync(project, log, cancellationToken).ConfigureAwait(false)]; 300var projectInstance = await BuildProjectInstanceAsync(project, log, cancellationToken).ConfigureAwait(false);