3 references to PrimaryEndpointName
Aspire.Hosting.SqlServer (3)
SqlServerBuilderExtensions.cs (2)
83.WithEndpoint(port: port, targetPort: 1433, name: SqlServerServerResource.PrimaryEndpointName) 227return builder.WithEndpoint(SqlServerServerResource.PrimaryEndpointName, endpoint =>
SqlServerServerResource.cs (1)
22PrimaryEndpoint = new(this, PrimaryEndpointName);