3 references to EndpointReference
Aspire.Hosting (2)
ApplicationModel\EndpointReference.cs (1)
232
public EndpointReference(IResourceWithEndpoints owner, string endpointName):
this
(owner, endpointName, null)
ApplicationModel\ResourceExtensions.cs (1)
735
return new
EndpointReference
(resource, endpointName, contextNetworkID);
Aspire.Hosting.Tests (1)
ExpressionResolverTests.cs (1)
241
PrimaryEndpoint =
new
(this, "http", KnownNetworkIdentifiers.LocalhostNetwork);