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