1 override of WaitForChangesAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (1)
162protected override async Task WaitForChangesAsync(RequestContext context, CancellationToken cancellationToken)
1 reference to WaitForChangesAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
197await WaitForChangesAsync(context, cancellationToken).ConfigureAwait(false);