11 writes to Day
System.Private.CoreLib (11)
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; 3971result.Year = result.Month = result.Day = 1; 3978result.Day = cal.GetDayOfMonth(now); 3985result.Day = 1; 4000result.Day = 1; 4197if (!CheckNewValue(ref result.Day, tempDay, ch, ref result)) 6218Day = -1; 6227Day = day;
9 references to Day
System.Private.CoreLib (9)
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, 3930if (((result.Month != -1) || (result.Day != -1)) 3938if ((result.Year == -1) || (result.Month == -1) || (result.Day == -1)) 3961if (result.Month == -1 && result.Day == -1) 3998if (result.Day == -1) 4805bool bTimeOnly = (result.Year == -1 && result.Month == -1 && result.Day == -1); 4836if (!parseInfo.calendar.TryToDateTime(result.Year, result.Month, result.Day,