2 writes to dayOfWeek
mscorlib (2)
system\globalization\datetimeparse.cs (2)
3618if (!CheckNewValue(ref parseInfo.dayOfWeek, tempDayOfWeek, ch, ref result)) { 5062dayOfWeek = -1;
2 references to dayOfWeek
mscorlib (2)
system\globalization\datetimeparse.cs (2)
4160if (parseInfo.dayOfWeek != -1) { 4164if (parseInfo.dayOfWeek != (int)parseInfo.calendar.GetDayOfWeek(result.parsedDate)) {