1 write to _jsonRpc
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLanguageServer.cs (1)
65_jsonRpc = jsonRpc;
7 references to _jsonRpc
Microsoft.CommonLanguageServerProtocol.Framework.Package (7)
AbstractLanguageServer.cs (7)
69_jsonRpc.CancelLocallyInvokedMethodsWhenConnectionIsClosed = true; 71_jsonRpc.AddLocalRpcTarget(this); 72_jsonRpc.Disconnected += JsonRpc_Disconnected; 145_jsonRpc.AddLocalRpcMethod(entryPoint, delegatingEntryPoint, methodAttribute); 311_jsonRpc.Disconnected -= JsonRpc_Disconnected; 312_jsonRpc.Dispose(); 373internal JsonRpc GetServerRpc() => _server._jsonRpc;