1 write to _socketPath
aspire (1)
Projects\AppHostServerSession.cs (1)
232_socketPath = result.SocketPath;
2 references to _socketPath
aspire (2)
Projects\AppHostServerSession.cs (2)
103public string? SocketPath => _socketPath; 301var socketPath = _socketPath ?? throw new SessionNotStartedException();