7 references to SolarCalendar
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (1)
35
public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.
SolarCalendar
;
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
41
public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.
SolarCalendar
;
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
42
public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.
SolarCalendar
;
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
41
public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.
SolarCalendar
;
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (1)
48
public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.
SolarCalendar
;
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
42
public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.
SolarCalendar
;
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
32
public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.
SolarCalendar
;