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