3 instantiations of __DTString
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (3)
2527__DTString str = new __DTString(s, dtfi); 4634__DTString format = new __DTString(formatParam, dtfi, false); 4635__DTString str = new __DTString(s, dtfi, false);
29 references to __DTString
System.Private.CoreLib (29)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (2)
2226ref __DTString str, 2300ref __DTString str)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (27)
409private static bool MatchWord(ref __DTString str, string target) 443private static bool GetTimeZoneName(ref __DTString str) 469private static bool ParseFraction(ref __DTString str, out double result) 495private static bool ParseTimeZone(ref __DTString str, scoped ref TimeSpan result) 569private static bool HandleTimeZone(ref __DTString str, scoped ref DateTimeResult result) 605private static bool Lex(DS dps, ref __DTString str, scoped ref DateTimeToken dtok, scoped ref DateTimeRawInfo raw, scoped ref DateTimeResult result, scoped ref DateTimeFormatInfo dtfi, DateTimeStyles styles) 1174private static bool VerifyValidPunctuation(ref __DTString str) 2527__DTString str = new __DTString(s, dtfi); 2956private static bool ParseISO8601(scoped ref DateTimeRawInfo raw, ref __DTString str, DateTimeStyles styles, scoped ref DateTimeResult result) 3076internal static bool MatchHebrewDigits(ref __DTString str, out int number) 3114internal static bool ParseDigits(ref __DTString str, int digitLen, out int result) 3127internal static bool ParseDigits(ref __DTString str, int minDigitLen, int maxDigitLen, out int result) 3164private static bool ParseFractionExact(ref __DTString str, int maxDigitLen, scoped ref double result) 3198private static bool ParseSign(ref __DTString str, scoped ref bool result) 3229private static bool ParseTimeZoneOffset(ref __DTString str, int len, scoped ref TimeSpan result) 3345private static bool MatchAbbreviatedMonthName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result, ReadOnlySpan<char> format) 3446private static bool MatchMonthName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result, ReadOnlySpan<char> format) 3547private static bool MatchAbbreviatedDayName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result) 3613private static bool MatchDayName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result) 3692private static bool MatchEraName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result) 3730private static bool MatchTimeMark(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref TM result) 3785private static bool MatchAbbreviatedTimeMark(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref TM result) 4005private static bool ParseJapaneseEraStart(ref __DTString str, DateTimeFormatInfo dtfi) 4025ref __DTString str, 4026ref __DTString format, 4634__DTString format = new __DTString(formatParam, dtfi, false); 4635__DTString str = new __DTString(s, dtfi, false);