3 instantiations of DateBuffer
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (3)
450DateBuffer lunarDate = new DateBuffer(); // lunar month and day for Jan 1 458DateBuffer result = new DateBuffer(); 817DateBuffer hebrewDateOfJan1 = new DateBuffer(); // year value is unused.
5 references to DateBuffer
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (5)
363private static int GetResult(DateBuffer result, int part) 387internal static int GetLunarMonthDay(int gregorianYear, DateBuffer lunarDate) 450DateBuffer lunarDate = new DateBuffer(); // lunar month and day for Jan 1 458DateBuffer result = new DateBuffer(); 817DateBuffer hebrewDateOfJan1 = new DateBuffer(); // year value is unused.