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();
373
internal JsonRpc GetServerRpc() => _server.
_jsonRpc
;