1 write to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
64
_jsonRpc
= jsonRpc;
6 references to _jsonRpc
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (6)
67
_jsonRpc
.AddLocalRpcTarget(this);
68
_jsonRpc
.Disconnected += JsonRpc_Disconnected;
141
_jsonRpc
.AddLocalRpcMethod(entryPoint, delegatingEntryPoint, methodAttribute);
307
_jsonRpc
.Disconnected -= JsonRpc_Disconnected;
308
_jsonRpc
.Dispose();
366
internal JsonRpc GetServerRpc() => _server.
_jsonRpc
;