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)
180
get =>
_port
;
357
if (
_port
!= -1)
362
bool success =
_port
.TryFormat(vsb.AppendSpan(MaxUshortLength), out int charsWritten);