1 write to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
63
_jsonRpc
= jsonRpc;
6 references to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (6)
66
_jsonRpc
.AddLocalRpcTarget(this);
67
_jsonRpc
.Disconnected += JsonRpc_Disconnected;
136
_jsonRpc
.AddLocalRpcMethod(entryPoint, delegatingEntryPoint, methodAttribute);
302
_jsonRpc
.Disconnected -= JsonRpc_Disconnected;
303
_jsonRpc
.Dispose();
361
internal JsonRpc GetServerRpc() => _server.
_jsonRpc
;