3 references to DoOperationAndReportProgressAsync
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\BuildHostProjectFileInfoProvider.cs (2)
28
var projectFile = await progress.
DoOperationAndReportProgressAsync
(
44
var projectFileInfos = await progress.
DoOperationAndReportProgressAsync
(
MSBuild\MSBuildProjectLoader.Worker.cs (1)
227
return await _progress.
DoOperationAndReportProgressAsync
(ProjectLoadOperation.Resolve, projectPath, projectFileInfo.TargetFramework, async () =>