2 references to __DTString
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (2)
2529
__DTString str = new
__DTString
(s, dtfi);
5503
internal __DTString(ReadOnlySpan<char> str, DateTimeFormatInfo dtfi, bool checkDigitToken) :
this
(str, dtfi)