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