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