27 references to CalendarAlgorithmType
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
247[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CalendarAlgorithmType))]
netstandard (1)
netstandard.cs (1)
817[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CalendarAlgorithmType))]
System.Private.CoreLib (24)
src\libraries\System.Private.CoreLib\src\System\Globalization\Calendar.cs (2)
41public virtual CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.Unknown;
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (2)
17public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.LunisolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (2)
35public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (2)
283public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.LunisolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (2)
68public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.LunarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (2)
41public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (2)
42public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (2)
41public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (2)
48public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (2)
42public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (2)
32public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (2)
250public override CalendarAlgorithmType AlgorithmType => CalendarAlgorithmType.LunarCalendar;
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
219[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.CalendarAlgorithmType))]