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