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