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