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);
4700
__DTString format = new
__DTString
(formatParam, dtfi, false);
4701
__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);
2986
private static bool ParseISO8601(scoped ref DateTimeRawInfo raw, ref
__DTString
str, DateTimeStyles styles, scoped ref DateTimeResult result)
3132
internal static bool MatchHebrewDigits(ref
__DTString
str, out int number)
3170
internal static bool ParseDigits(ref
__DTString
str, int digitLen, out int result)
3183
internal static bool ParseDigits(ref
__DTString
str, int minDigitLen, int maxDigitLen, out int result)
3220
private static bool ParseFractionExact(ref
__DTString
str, int maxDigitLen, scoped ref double result)
3254
private static bool ParseSign(ref
__DTString
str, scoped ref bool result)
3285
private static bool ParseTimeZoneOffset(ref
__DTString
str, int len, scoped ref TimeSpan result)
3401
private static bool MatchAbbreviatedMonthName(ref
__DTString
str, DateTimeFormatInfo dtfi, scoped ref int result, ReadOnlySpan<char> format)
3502
private static bool MatchMonthName(ref
__DTString
str, DateTimeFormatInfo dtfi, scoped ref int result, ReadOnlySpan<char> format)
3603
private static bool MatchAbbreviatedDayName(ref
__DTString
str, DateTimeFormatInfo dtfi, scoped ref int result)
3669
private static bool MatchDayName(ref
__DTString
str, DateTimeFormatInfo dtfi, scoped ref int result)
3748
private static bool MatchEraName(ref
__DTString
str, DateTimeFormatInfo dtfi, scoped ref int result)
3786
private static bool MatchTimeMark(ref
__DTString
str, DateTimeFormatInfo dtfi, scoped ref TM result)
3853
private static bool MatchAbbreviatedTimeMark(ref
__DTString
str, DateTimeFormatInfo dtfi, scoped ref TM result)
4073
private static bool ParseJapaneseEraStart(ref
__DTString
str, DateTimeFormatInfo dtfi)
4093
ref
__DTString
str,
4094
ref
__DTString
format,
4700
__DTString
format = new __DTString(formatParam, dtfi, false);
4701
__DTString
str = new __DTString(s, dtfi, false);