2 writes to _targetPort
Aspire.Hosting (2)
ApplicationModel\EndpointAnnotation.cs (2)
51
_targetPort
= targetPort;
98
_targetPort
= value;
2 references to _targetPort
Aspire.Hosting (2)
ApplicationModel\EndpointAnnotation.cs (2)
78
get => _port ?? (IsProxied || _portSetToNull ? null :
_targetPort
);
95
get =>
_targetPort
?? (IsProxied || _targetPortSetToNull ? null : _port);