3 references to DaysToMonth365
mscorlib (3)
system\globalization\eastasianlunisolarcalendar.cs (3)
270nSolarDay = (fLeap==1) ? DaysToMonth366[nSMonth-1]: DaysToMonth365[nSMonth-1] ; 308nLunarDay -= DaysToMonth365[nJan1Month-1]; 348int[] days = (fLeap==1)? DaysToMonth366: DaysToMonth365;