2 writes to _port
Aspire.Hosting (2)
ApplicationModel\EndpointAnnotation.cs (2)
136
_port
= port;
207
_port
= value;
3 references to _port
Aspire.Hosting (3)
ApplicationModel\EndpointAnnotation.cs (3)
204
get =>
_port
?? (IsProxied || _portSetToNull ? null : _targetPort);
212
internal int? SpecifiedPort =>
_port
;
226
get => _targetPort ?? (IsProxied || _targetPortSetToNull ? null :
_port
);