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