2 writes to _port
Aspire.Hosting (2)
ApplicationModel\EndpointAnnotation.cs (2)
99
_port
= port;
132
_port
= value;
2 references to _port
Aspire.Hosting (2)
ApplicationModel\EndpointAnnotation.cs (2)
129
get =>
_port
?? (IsProxied || _portSetToNull ? null : _targetPort);
146
get => _targetPort ?? (IsProxied || _targetPortSetToNull ? null :
_port
);