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