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