2 writes to _targetPort
Aspire.Hosting (2)
ApplicationModel\EndpointAnnotation.cs (2)
137
_targetPort
= targetPort;
229
_targetPort
= value;
2 references to _targetPort
Aspire.Hosting (2)
ApplicationModel\EndpointAnnotation.cs (2)
204
get => _port ?? (IsProxied || _portSetToNull ? null :
_targetPort
);
226
get =>
_targetPort
?? (IsProxied || _targetPortSetToNull ? null : _port);