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