1 write to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
63_jsonRpc = jsonRpc;
6 references to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (6)
66_jsonRpc.AddLocalRpcTarget(this); 67_jsonRpc.Disconnected += JsonRpc_Disconnected; 136_jsonRpc.AddLocalRpcMethod(entryPoint, delegatingEntryPoint, methodAttribute); 302_jsonRpc.Disconnected -= JsonRpc_Disconnected; 303_jsonRpc.Dispose(); 361internal JsonRpc GetServerRpc() => _server._jsonRpc;