1 write to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
64_jsonRpc = jsonRpc;
6 references to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (6)
67_jsonRpc.AddLocalRpcTarget(this); 68_jsonRpc.Disconnected += JsonRpc_Disconnected; 141_jsonRpc.AddLocalRpcMethod(entryPoint, delegatingEntryPoint, methodAttribute); 307_jsonRpc.Disconnected -= JsonRpc_Disconnected; 308_jsonRpc.Dispose(); 366internal JsonRpc GetServerRpc() => _server._jsonRpc;