3 references to PrimaryEndpoint
Aspire.Hosting.Valkey (3)
ValkeyResource.cs (3)
39public EndpointReferenceExpression Host => PrimaryEndpoint.Property(EndpointProperty.Host); 44public EndpointReferenceExpression Port => PrimaryEndpoint.Property(EndpointProperty.Port); 65builder.Append($"{PrimaryEndpoint.Property(EndpointProperty.HostAndPort)}");