2 writes to _port
System.Private.Uri (2)
System\UriBuilder.cs (2)
209_port = value; 307_port = _uri.Port;
3 references to _port
System.Private.Uri (3)
System\UriBuilder.cs (3)
204get => _port; 381if (_port != -1) 386bool success = _port.TryFormat(vsb.AppendSpan(MaxUshortLength), out int charsWritten);