2 references to PrimaryEndpointName
Aspire.Hosting.MySql (2)
MySqlBuilderExtensions.cs (1)
67.WithEndpoint(port: port, targetPort: 3306, name: MySqlServerResource.PrimaryEndpointName) // Internal port is always 3306.
MySqlServerResource.cs (1)
22PrimaryEndpoint = new(this, PrimaryEndpointName);