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