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)
41
public virtual
CalendarAlgorithmType
AlgorithmType =>
CalendarAlgorithmType
.Unknown;
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (2)
17
public override
CalendarAlgorithmType
AlgorithmType =>
CalendarAlgorithmType
.LunisolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (2)
35
public override
CalendarAlgorithmType
AlgorithmType =>
CalendarAlgorithmType
.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (2)
283
public override
CalendarAlgorithmType
AlgorithmType =>
CalendarAlgorithmType
.LunisolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (2)
68
public override
CalendarAlgorithmType
AlgorithmType =>
CalendarAlgorithmType
.LunarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (2)
41
public override
CalendarAlgorithmType
AlgorithmType =>
CalendarAlgorithmType
.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (2)
42
public override
CalendarAlgorithmType
AlgorithmType =>
CalendarAlgorithmType
.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (2)
41
public override
CalendarAlgorithmType
AlgorithmType =>
CalendarAlgorithmType
.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (2)
48
public override
CalendarAlgorithmType
AlgorithmType =>
CalendarAlgorithmType
.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (2)
42
public override
CalendarAlgorithmType
AlgorithmType =>
CalendarAlgorithmType
.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (2)
32
public override
CalendarAlgorithmType
AlgorithmType =>
CalendarAlgorithmType
.SolarCalendar;
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (2)
250
public 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
))]