5 references to Endpoints
aspire (5)
Commands\DescribeCommand.cs (5)
395var endpointsStr = state.Endpoints.Length > 0 396? $" - {string.Join(", ", state.Endpoints.Select(e => FormatEndpointUrl(e.Url, e.DisplayName)))}" 459Endpoints.AsSpan().SequenceEqual(other.Endpoints); 464HashCode.Combine(DisplayName, State, HealthStatus, Endpoints.Length);