2 writes to _rpcClient
aspire (2)
Projects\AppHostServerSession.cs (2)
49
return
_rpcClient
??= await AppHostRpcClient.ConnectAsync(_socketPath, cancellationToken);
65
_rpcClient
= null;
2 references to _rpcClient
aspire (2)
Projects\AppHostServerSession.cs (2)
62
if (
_rpcClient
!= null)
64
await
_rpcClient
.DisposeAsync();