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