1 write to _clientRpc
Aspire.Hosting.RemoteHost (1)
JsonRpcCallbackInvoker.cs (1)
24
_clientRpc
= clientRpc;
3 references to _clientRpc
Aspire.Hosting.RemoteHost (3)
JsonRpcCallbackInvoker.cs (3)
28
public bool IsConnected =>
_clientRpc
!= null;
33
if (
_clientRpc
== null)
43
return await
_clientRpc
.InvokeWithCancellationAsync<TResult>(