8 writes to day
System.Xml (8)
System\Xml\Schema\XsdDateTime.cs (8)
750
day
= firstDay;
761
day
= firstDay;
776
day
= firstDay;
784
day
= firstDay;
799
Parse2Dig(start + Lz__mm_, ref
day
) && 1 <= day && day <= DateTime.DaysInMonth(leapYear, month) &&
810
day
= firstDay;
823
Parse2Dig(start + Lz___, ref
day
) && 1 <= day && day <= DateTime.DaysInMonth(leapYear, firstMonth) &&
843
Parse2Dig(start + Lzyyyy_MM_, ref
day
) && 1 <= day && day <= DateTime.DaysInMonth(year, month);
7 references to day
System.Xml (7)
System\Xml\Schema\XsdDateTime.cs (7)
139
dt = new DateTime(parser.year, parser.month, parser.
day
, parser.hour, parser.minute, parser.second);
799
Parse2Dig(start + Lz__mm_, ref day) && 1 <=
day
&&
day
<= DateTime.DaysInMonth(leapYear, month) &&
823
Parse2Dig(start + Lz___, ref day) && 1 <=
day
&&
day
<= DateTime.DaysInMonth(leapYear, firstMonth) &&
843
Parse2Dig(start + Lzyyyy_MM_, ref day) && 1 <=
day
&&
day
<= DateTime.DaysInMonth(year, month);