Implemented interface member:
method
TryFormat
System.ISpanFormattable.TryFormat(System.Span<System.Char>, out System.Int32, System.ReadOnlySpan<System.Char>, System.IFormatProvider)
5 references to TryFormat
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (2)
459hexValue.TryFormat(ulongHexScratch, out int charsWritten, "x"); 506keyword.TryFormat(ulongHexScratch, out int charsWritten, "x");
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
230((nuint_t)_value).TryFormat(destination, out charsWritten, format, provider);
System.Private.Xml (1)
System\Xml\XmlConvert.cs (1)
1698return value.TryFormat(destination, out charsWritten, default, CultureInfo.InvariantCulture);
System.Security.Principal.Windows (1)
System\Security\Principal\SID.cs (1)
722((ulong)_identifierAuthority).TryFormat(result.Slice(length), out int written);