1 write to _clientRpc
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
Utilities\BrokeredServiceProxy.cs (1)
56
_clientRpc
= new JsonRpc(new LengthHeaderMessageHandler(clientChannel, clientFormatter));
3 references to _clientRpc
Microsoft.CodeAnalysis.LanguageServer.UnitTests (3)
Utilities\BrokeredServiceProxy.cs (3)
58
_clientFactoryProxy =
_clientRpc
.Attach<T>();
59
_clientRpc
.StartListening();
68
_clientRpc
!.Dispose();