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