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)
132public NetworkIdentifier? ContextNetworkID => _contextNetworkId; 245return endpointAnnotation.AllAllocatedEndpoints.TryGetAllocatedEndpoint(_contextNetworkId ?? KnownNetworkIdentifiers.LocalhostNetwork, out var allocatedEndpoint)