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