3 instantiations of __DTString
mscorlib (3)
system\globalization\datetimeparse.cs (3)
2375__DTString str = new __DTString(s, dtfi); 4047__DTString format = new __DTString(formatParam, dtfi, false); 4048__DTString str = new __DTString(s, dtfi, false);
30 references to __DTString
mscorlib (30)
system\globalization\datetimeformatinfo.cs (2)
2699ref __DTString str, 2769internal bool Tokenize(TokenType TokenMask, out TokenType tokenType, out int tokenValue, ref __DTString str) {
system\globalization\datetimeparse.cs (28)
36internal delegate bool MatchNumberDelegate(ref __DTString str, int digitLen, out int result); 415private static bool MatchWord(ref __DTString str, String target) 447private static bool GetTimeZoneName(ref __DTString str) 479private static bool ParseFraction(ref __DTString str, out double result) { 504private static bool ParseTimeZone(ref __DTString str, ref TimeSpan result) { 568private static bool HandleTimeZone(ref __DTString str, ref DateTimeResult result) 600private static Boolean Lex(DS dps, ref __DTString str, ref DateTimeToken dtok, ref DateTimeRawInfo raw, ref DateTimeResult result, ref DateTimeFormatInfo dtfi, DateTimeStyles styles) 1129private static Boolean VerifyValidPunctuation(ref __DTString str) { 2375__DTString str = new __DTString(s, dtfi); 2754private static bool ParseISO8601(ref DateTimeRawInfo raw, ref __DTString str, DateTimeStyles styles, ref DateTimeResult result) { 2854internal static bool MatchHebrewDigits(ref __DTString str, int digitLen, out int number) { 2889internal static bool ParseDigits(ref __DTString str, int digitLen, out int result) { 2899internal static bool ParseDigits(ref __DTString str, int minDigitLen, int maxDigitLen, out int result) { 2931private static bool ParseFractionExact(ref __DTString str, int maxDigitLen, ref double result) { 2960private static bool ParseSign(ref __DTString str, ref bool result) { 2986private static bool ParseTimeZoneOffset(ref __DTString str, int len, ref TimeSpan result) { 3044private static bool MatchAbbreviatedMonthName(ref __DTString str, DateTimeFormatInfo dtfi, ref int result) { 3096private static bool MatchMonthName(ref __DTString str, DateTimeFormatInfo dtfi, ref int result) { 3160private static bool MatchAbbreviatedDayName(ref __DTString str, DateTimeFormatInfo dtfi, ref int result) { 3192private static bool MatchDayName(ref __DTString str, DateTimeFormatInfo dtfi, ref int result) { 3225private static bool MatchEraName(ref __DTString str, DateTimeFormatInfo dtfi, ref int result) { 3257private static bool MatchTimeMark(ref __DTString str, DateTimeFormatInfo dtfi, ref TM result) { 3303private static bool MatchAbbreviatedTimeMark(ref __DTString str, DateTimeFormatInfo dtfi, ref TM result) { 3498private static bool ParseJapaneseEraStart(ref __DTString str, DateTimeFormatInfo dtfi) 3518ref __DTString str, 3519ref __DTString format, 4047__DTString format = new __DTString(formatParam, dtfi, false); 4048__DTString str = new __DTString(s, dtfi, false);