1 write to _socketPath
aspire (1)
Projects\AppHostServerSession.cs (1)
30
_socketPath
= socketPath;
2 references to _socketPath
aspire (2)
Projects\AppHostServerSession.cs (2)
35
public string SocketPath =>
_socketPath
;
48
return _rpcClient ??= await AppHostRpcClient.ConnectAsync(
_socketPath
, cancellationToken);