5 references to IsKnownConstant
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (1)
1090
ReadOnlySpan<uint> days = RuntimeHelpers.
IsKnownConstant
(month) && month == 1 || IsLeapYear(year) ? DaysToMonth366 : DaysToMonth365;
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.T.cs (2)
1674
if (RuntimeHelpers.
IsKnownConstant
(value0) && RuntimeHelpers.
IsKnownConstant
(value1))
src\System\Math.CoreCLR.cs (1)
98
if (RuntimeHelpers.
IsKnownConstant
(x))
src\System\MathF.CoreCLR.cs (1)
95
if (RuntimeHelpers.
IsKnownConstant
(x))