1 write to _portSetToNull
Aspire.Hosting (1)
ApplicationModel\EndpointAnnotation.cs (1)
82_portSetToNull = value == null;
1 reference to _portSetToNull
Aspire.Hosting (1)
ApplicationModel\EndpointAnnotation.cs (1)
78get => _port ?? (IsProxied || _portSetToNull ? null : _targetPort);