9 references to TryFormatInvariantG
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Formatter\Utf8Formatter.Date.cs (3)
37
return DateTimeFormat.
TryFormatInvariantG
(value.DateTime, value.Offset, destination, out bytesWritten);
52
return DateTimeFormat.
TryFormatInvariantG
(value.DateTime, NullOffset, destination, out bytesWritten);
95
return DateTimeFormat.
TryFormatInvariantG
(value, NullOffset, destination, out bytesWritten);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (6)
1000
TryFormatInvariantG
(dateTime, offset, new Span<char>(ref str.GetRawStringData(), str.Length), out int charsWritten);
1019
TryFormatInvariantG
(dateTime, offset, new Span<char>(ref str.GetRawStringData(), str.Length), out int charsWritten);
1079
TryFormatInvariantG
(dateTime, offset, new Span<char>(ref str.GetRawStringData(), str.Length), out charsWritten);
1126
return
TryFormatInvariantG
(dateTime, offset, destination, out charsWritten);
1142
return
TryFormatInvariantG
(dateTime, offset, destination, out charsWritten);
1185
return
TryFormatInvariantG
(dateTime, offset, destination, out charsWritten);