src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (8)
1029raw.month = tokenValue;
2188result.Month = raw.month = dtok.num;
2242if (!dtfi.YearMonthAdjustment(ref raw.year, ref raw.month, true))
2254if (!dtfi.YearMonthAdjustment(ref raw.year, ref raw.month, true))
2275if (!dtfi.YearMonthAdjustment(ref result.Year, ref raw.month, true))
2285if (!dtfi.YearMonthAdjustment(ref result.Year, ref raw.month, true))
2297if (!dtfi.YearMonthAdjustment(ref raw.year, ref raw.month, true))
6017month = -1;