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)
78
get => _port ?? (IsProxied ||
_portSetToNull
? null : _targetPort);