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)
204get => _port ?? (IsProxied || _portSetToNull ? null : _targetPort); 212internal int? SpecifiedPort => _port; 226get => _targetPort ?? (IsProxied || _targetPortSetToNull ? null : _port);