1 write to _jsonRpc
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLanguageServer.cs (1)
65
_jsonRpc
= jsonRpc;
6 references to _jsonRpc
Microsoft.CommonLanguageServerProtocol.Framework.Package (6)
AbstractLanguageServer.cs (6)
68
_jsonRpc
.AddLocalRpcTarget(this);
69
_jsonRpc
.Disconnected += JsonRpc_Disconnected;
142
_jsonRpc
.AddLocalRpcMethod(entryPoint, delegatingEntryPoint, methodAttribute);
308
_jsonRpc
.Disconnected -= JsonRpc_Disconnected;
309
_jsonRpc
.Dispose();
370
internal JsonRpc GetServerRpc() => _server.
_jsonRpc
;