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; 3905result.Year = result.Month = result.Day = 1; 3912result.Day = cal.GetDayOfMonth(now); 3919result.Day = 1; 3934result.Day = 1; 4131if (!CheckNewValue(ref result.Day, tempDay, ch, ref result)) 6117Day = -1; 6126Day = 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); 2689if (!result.calendar.TryToDateTime(result.Year, result.Month, result.Day, 3864if (((result.Month != -1) || (result.Day != -1)) 3872if ((result.Year == -1) || (result.Month == -1) || (result.Day == -1)) 3895if (result.Month == -1 && result.Day == -1) 3932if (result.Day == -1) 4739bool bTimeOnly = (result.Year == -1 && result.Month == -1 && result.Day == -1); 4753if (!parseInfo.calendar.TryToDateTime(result.Year, result.Month, result.Day,