2 references to PrimaryEndpointName
Aspire.Hosting.MongoDB (2)
MongoDBBuilderExtensions.cs (1)
82
.WithEndpoint(port: port, targetPort: DefaultContainerPort, name: MongoDBServerResource.
PrimaryEndpointName
)
MongoDBServerResource.cs (1)
34
public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this,
PrimaryEndpointName
);