1 write to _networkID
Aspire.Hosting (1)
ApplicationModel\EndpointAnnotation.cs (1)
104_networkID = networkID ?? KnownNetworkIdentifiers.LocalhostNetwork;
4 references to _networkID
Aspire.Hosting (4)
ApplicationModel\EndpointAnnotation.cs (4)
106AllAllocatedEndpoints.TryAdd(_networkID, AllocatedEndpointSnapshot); 217public NetworkIdentifier DefaultNetworkID => _networkID; 247if (_networkID != value.NetworkID) 249throw new InvalidOperationException($"The default AllocatedEndpoint's network ID must match the EndpointAnnotation network ID ('{_networkID}'). The attempted AllocatedEndpoint belongs to '{value.NetworkID}'.");