2 writes to _port
System.Private.Uri (2)
System\UriBuilder.cs (2)
185_port = value; 283_port = _uri.Port;
3 references to _port
System.Private.Uri (3)
System\UriBuilder.cs (3)
180get => _port; 357if (_port != -1) 362bool success = _port.TryFormat(vsb.AppendSpan(MaxUshortLength), out int charsWritten);