Implemented interface member:
method
TryFormat
System.IUtf8SpanFormattable.TryFormat(System.Span<System.Byte>, out System.Int32, System.ReadOnlySpan<System.Char>, System.IFormatProvider)
1 reference to TryFormat
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
410bool success = ((uint)requestUri.Port).TryFormat(buffer.Slice(1), out int bytesWritten);