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