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