3 references to ReportProgress
Microsoft.CodeAnalysis.LanguageServer (3)
LanguageServer\Handler\Restore\RestoreHandler.cs (3)
102
ReportProgress
(progress, stageName, string.Format(LanguageServerResources.Running_dotnet_restore_on_0, path));
120
ReportProgress
(progress, stageName, string.Format(LanguageServerResources.Failed_to_run_restore_on_0, path));
142
ReportProgress
(progress, stage, restoreOutput);