1 write to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\LanguageServerNotificationManager.cs (1)
23_jsonRpc = jsonRpc;
5 references to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\LanguageServerNotificationManager.cs (5)
27=> _jsonRpc.InvokeWithParameterObjectAsync<TResponse>(methodName, @params, cancellationToken); 30=> await _jsonRpc.InvokeWithCancellationAsync(methodName, cancellationToken: cancellationToken).ConfigureAwait(false); 33=> await _jsonRpc.InvokeWithParameterObjectAsync(methodName, @params, cancellationToken).ConfigureAwait(false); 36=> await _jsonRpc.NotifyAsync(methodName).ConfigureAwait(false); 39=> await _jsonRpc.NotifyWithParameterObjectAsync(methodName, @params).ConfigureAwait(false);