2 writes to _contextNetworkId
Aspire.Hosting (2)
ApplicationModel\EndpointReference.cs (2)
270
_contextNetworkId
= contextNetworkId;
301
_contextNetworkId
= contextNetworkId;
2 references to _contextNetworkId
Aspire.Hosting (2)
ApplicationModel\EndpointReference.cs (2)
132
public NetworkIdentifier? ContextNetworkID =>
_contextNetworkId
;
245
return endpointAnnotation.AllAllocatedEndpoints.TryGetAllocatedEndpoint(
_contextNetworkId
?? KnownNetworkIdentifiers.LocalhostNetwork, out var allocatedEndpoint)