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