11 writes to Day
System.Private.CoreLib (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (11)
1726result.Day = raw.GetNumber(0); 2099result.Day = raw.GetNumber(0); 2123result.Day = 1; 2202result.Day = dtok.num; 3990result.Year = result.Month = result.Day = 1; 3997result.Day = cal.GetDayOfMonth(now); 4004result.Day = 1; 4019result.Day = 1; 4216if (!CheckNewValue(ref result.Day, tempDay, ch, ref result)) 6241Day = -1; 6250Day = day;
9 references to Day
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (9)
2094if (raw.numCount != 1 || result.Day != -1) 2677bool bTimeOnly = (result.Year == -1 && result.Month == -1 && result.Day == -1); 2706if (!result.calendar.TryToDateTime(result.Year, result.Month, result.Day, 3949if (((result.Month != -1) || (result.Day != -1)) 3957if ((result.Year == -1) || (result.Month == -1) || (result.Day == -1)) 3980if (result.Month == -1 && result.Day == -1) 4017if (result.Day == -1) 4824bool bTimeOnly = (result.Year == -1 && result.Month == -1 && result.Day == -1); 4855if (!parseInfo.calendar.TryToDateTime(result.Year, result.Month, result.Day,