2 overrides of GetProgress
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
48
protected override IProgress<VSInternalDiagnosticReport[]>?
GetProgress
(VSInternalDocumentDiagnosticsParams diagnosticsParams)
Implementation\LanguageServer\Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
57
protected override IProgress<VSInternalWorkspaceDiagnosticReport[]>?
GetProgress
(VSInternalWorkspaceDiagnosticsParams diagnosticsParams)
1 reference to GetProgress
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
66
using var progress = BufferedProgress.Create(
GetProgress
(diagnosticsParams));