Implemented interface member:
method
TryFormat
System.IUtf8SpanFormattable.TryFormat(System.Span<System.Byte>, out System.Int32, System.ReadOnlySpan<System.Char>, System.IFormatProvider)
5 references to TryFormat
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\NativeAotNameMangler.cs (1)
230
bool b = iter.
TryFormat
(new Span<byte>(buffer).Slice(origName.Length + 1), out _);
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\NativeAotNameMangler.cs (1)
230
bool b = iter.
TryFormat
(new Span<byte>(buffer).Slice(origName.Length + 1), out _);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
410
bool success = ((uint)requestUri.Port).
TryFormat
(buffer.Slice(1), out int bytesWritten);
System.Net.Primitives (1)
System\Net\IPAddressParser.cs (1)
213
scopeId.
TryFormat
(MemoryMarshal.Cast<TChar, byte>(destination).Slice(pos), out bytesWritten) :
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Version.cs (1)
254
((uint)value).
TryFormat
(Unsafe.BitCast<Span<TChar>, Span<byte>>(destination), out valueCharsWritten, default, CultureInfo.InvariantCulture);