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