Implemented interface member:
method
TryFormat
System.IUtf8SpanFormattable.TryFormat(System.Span<System.Byte>, out System.Int32, System.ReadOnlySpan<System.Char>, System.IFormatProvider)
2 references to TryFormat
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
1521
if (value.
TryFormat
(_writeBuffer.AvailableSpan, out int bytesWritten, "X"))
1531
bool formatted = value.
TryFormat
(temp, out bytesWritten, "X");