2 references to TryFormatu
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (2)
1059
TryFormatu
(dateTime, offset, new Span<char>(ref str.GetRawStringData(), str.Length), out charsWritten);
1168
return
TryFormatu
(dateTime, offset, destination, out charsWritten);