1 write to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\LanguageServerNotificationManager.cs (1)
23
_jsonRpc
= jsonRpc;
3 references to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\LanguageServerNotificationManager.cs (3)
27
=>
_jsonRpc
.InvokeAsync<TResponse>(methodName, @params);
30
=> await
_jsonRpc
.NotifyAsync(methodName).ConfigureAwait(false);
34
await
_jsonRpc
.NotifyWithParameterObjectAsync(methodName, @params).ConfigureAwait(false);