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