1 write to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
66
_jsonRpc
= jsonRpc;
7 references to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (7)
70
_jsonRpc
.CancelLocallyInvokedMethodsWhenConnectionIsClosed = true;
72
_jsonRpc
.AddLocalRpcTarget(this);
73
_jsonRpc
.Disconnected += JsonRpc_Disconnected;
146
_jsonRpc
.AddLocalRpcMethod(entryPoint, delegatingEntryPoint, methodAttribute);
314
_jsonRpc
.Disconnected -= JsonRpc_Disconnected;
315
_jsonRpc
.Dispose();
406
internal JsonRpc GetServerRpc() => _server.
_jsonRpc
;