1 implementation of SendRequestAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\LanguageServerNotificationManager.cs (1)
29public async ValueTask SendRequestAsync(string methodName, CancellationToken cancellationToken)
2 references to SendRequestAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\AbstractRefreshQueue.cs (1)
114return notificationManager.SendRequestAsync(GetWorkspaceRefreshName(), cancellationToken);
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
133return _notificationManager.SendRequestAsync(Methods.WorkspaceSemanticTokensRefreshName, cancellationToken);