2 writes to _rpcClient
aspire (2)
Projects\AppHostServerSession.cs (2)
321
_rpcClient
= await connectTask.ConfigureAwait(false);
394
_rpcClient
= null;
5 references to _rpcClient
aspire (5)
Projects\AppHostServerSession.cs (5)
296
if (
_rpcClient
is not null)
298
return
_rpcClient
;
322
return
_rpcClient
;
391
if (
_rpcClient
is not null)
393
await
_rpcClient
.DisposeAsync().ConfigureAwait(false);