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)
132get => _port ?? (IsProxied || _portSetToNull ? null : _targetPort); 149get => _targetPort ?? (IsProxied || _targetPortSetToNull ? null : _port);