2 references to PrimaryEndpointName
Aspire.Hosting.Garnet (2)
GarnetBuilderExtensions.cs (1)
130
.WithEndpoint(port: port, targetPort: 6379, name: GarnetResource.
PrimaryEndpointName
)
GarnetResource.cs (1)
30
public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this,
PrimaryEndpointName
);