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