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