13 instantiations of DateTimeResult
mscorlib (13)
system\globalization\datetimeparse.cs (13)
51DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 62DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 77DateTimeResult resultData = new DateTimeResult(); // The buffer to store the parsing result. 89DateTimeResult resultData = new DateTimeResult(); // The buffer to store the parsing result. 126DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 139DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 156DateTimeResult resultData = new DateTimeResult(); // The buffer to store the parsing result. 171DateTimeResult resultData = new DateTimeResult(); // The buffer to store the parsing result. 214DateTimeResult innerResult = new DateTimeResult(); // The buffer to store the parsing result. 2276DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 2287DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 2302DateTimeResult resultData = new DateTimeResult(); // The buffer to store the parsing result. 2314DateTimeResult parseResult = new DateTimeResult(); // The buffer to store the parsing result.
56 references to DateTimeResult
mscorlib (56)
system\globalization\datetimeparse.cs (56)
51DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 62DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 77DateTimeResult resultData = new DateTimeResult(); // The buffer to store the parsing result. 89DateTimeResult resultData = new DateTimeResult(); // The buffer to store the parsing result. 100internal static bool TryParseExact(String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style, ref DateTimeResult result) { 126DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 139DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 156DateTimeResult resultData = new DateTimeResult(); // The buffer to store the parsing result. 171DateTimeResult resultData = new DateTimeResult(); // The buffer to store the parsing result. 181DateTimeFormatInfo dtfi, DateTimeStyles style, ref DateTimeResult result) { 214DateTimeResult innerResult = new DateTimeResult(); // The buffer to store the parsing 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) 1438private static bool TryAdjustYear(ref DateTimeResult result, int year, out int adjustedYear) 1458private static bool SetDateYMD(ref DateTimeResult result, int year, int month, int day) 1470private static bool SetDateMDY(ref DateTimeResult result, int month, int day, int year) 1475private static bool SetDateDMY(ref DateTimeResult result, int day, int month, int year) 1480private static bool SetDateYDM(ref DateTimeResult result, int year, int day, int month) 1485private static void GetDefaultYear(ref DateTimeResult result, ref DateTimeStyles styles) { 1491private static Boolean GetDayOfNN(ref DateTimeResult result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) { 1530private static Boolean GetDayOfNNN(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) 1578private static Boolean GetDayOfMN(ref DateTimeResult result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) { 1634private static Boolean GetHebrewDayOfNM(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) 1654private static Boolean GetDayOfNM(ref DateTimeResult result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) 1703private static Boolean GetDayOfMNN(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) 1771private static Boolean GetDayOfYNN(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) { 1801private static Boolean GetDayOfNNY(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) { 1834private static Boolean GetDayOfYMN(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) { 1850private static Boolean GetDayOfYN(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) 1867private static Boolean GetDayOfYM(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) 1927private static Boolean GetTimeOfN(DateTimeFormatInfo dtfi, ref DateTimeResult result, ref DateTimeRawInfo raw) 1947private static Boolean GetTimeOfNN(DateTimeFormatInfo dtfi, ref DateTimeResult result, ref DateTimeRawInfo raw) 1962private static Boolean GetTimeOfNNN(DateTimeFormatInfo dtfi, ref DateTimeResult result, ref DateTimeRawInfo raw) 1980private static Boolean GetDateOfDSN(ref DateTimeResult result, ref DateTimeRawInfo raw) 1991private static Boolean GetDateOfNDS(ref DateTimeResult result, ref DateTimeRawInfo raw) 2015private static Boolean GetDateOfNNDS(ref DateTimeResult result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) 2056private static bool ProcessDateTimeSuffix(ref DateTimeResult result, ref DateTimeRawInfo raw, ref DateTimeToken dtok) 2115internal static Boolean ProcessHebrewTerminalState(DS dps, ref DateTimeResult result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) { 2196internal static Boolean ProcessTerminaltState(DS dps, ref DateTimeResult result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) 2276DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 2287DateTimeResult result = new DateTimeResult(); // The buffer to store the parsing result. 2302DateTimeResult resultData = new DateTimeResult(); // The buffer to store the parsing result. 2314DateTimeResult parseResult = new DateTimeResult(); // The buffer to store the parsing result. 2330internal static bool TryParse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles, ref DateTimeResult result) { 2559private static Boolean DetermineTimeZoneAdjustments(ref DateTimeResult result, DateTimeStyles styles, Boolean bTimeOnly) { 2627private static Boolean DateTimeOffsetTimeZonePostProcessing(ref DateTimeResult result, DateTimeStyles styles) { 2687private static Boolean AdjustTimeZoneToUniversal(ref DateTimeResult result) { 2709private static Boolean AdjustTimeZoneToLocal(ref DateTimeResult result, bool bTimeOnly) { 2754private static bool ParseISO8601(ref DateTimeRawInfo raw, ref __DTString str, DateTimeStyles styles, ref DateTimeResult result) { 3331private static bool CheckNewValue(ref int currentValue, int newValue, char patternChar, ref DateTimeResult result) { 3344private static DateTime GetDateTimeNow(ref DateTimeResult result, ref DateTimeStyles styles) { 3360private static bool CheckDefaultDateTime(ref DateTimeResult result, ref Calendar cal, DateTimeStyles styles) { 3447private static String ExpandPredefinedFormat(String format, ref DateTimeFormatInfo dtfi, ref ParsingInfo parseInfo, ref DateTimeResult result) { 3522ref DateTimeResult result) { 4012ref DateTimeResult result) { 4177private static Exception GetDateTimeParseException(ref DateTimeResult result) {