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