3 instantiations of __DTString
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (3)
2529__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)
2220ref __DTString str, 2294ref __DTString str)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (27)
419private static bool MatchWord(ref __DTString str, string target) 453private static bool GetTimeZoneName(ref __DTString str) 479private static bool ParseFraction(ref __DTString str, out double result) 505private static bool ParseTimeZone(ref __DTString str, scoped ref TimeSpan result) 579private static bool HandleTimeZone(ref __DTString str, scoped ref DateTimeResult result) 615private 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) 1180private static bool VerifyValidPunctuation(ref __DTString str) 2529__DTString str = new __DTString(s, dtfi); 2958private static bool ParseISO8601(scoped ref DateTimeRawInfo raw, ref __DTString str, DateTimeStyles styles, scoped ref DateTimeResult result) 3078internal static bool MatchHebrewDigits(ref __DTString str, out int number) 3116internal static bool ParseDigits(ref __DTString str, int digitLen, out int result) 3129internal static bool ParseDigits(ref __DTString str, int minDigitLen, int maxDigitLen, out int result) 3166private static bool ParseFractionExact(ref __DTString str, int maxDigitLen, scoped ref double result) 3200private static bool ParseSign(ref __DTString str, scoped ref bool result) 3231private static bool ParseTimeZoneOffset(ref __DTString str, int len, scoped ref TimeSpan result) 3347private static bool MatchAbbreviatedMonthName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result, ReadOnlySpan<char> format) 3448private static bool MatchMonthName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result, ReadOnlySpan<char> format) 3549private static bool MatchAbbreviatedDayName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result) 3615private static bool MatchDayName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result) 3694private static bool MatchEraName(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref int result) 3732private static bool MatchTimeMark(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref TM result) 3787private static bool MatchAbbreviatedTimeMark(ref __DTString str, DateTimeFormatInfo dtfi, scoped ref TM result) 4007private static bool ParseJapaneseEraStart(ref __DTString str, DateTimeFormatInfo dtfi) 4027ref __DTString str, 4028ref __DTString format, 4634__DTString format = new __DTString(formatParam, dtfi, false); 4635__DTString str = new __DTString(s, dtfi, false);