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