2 references to CORINFO_HELP_BOX
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1103case CorInfoHelpFunc.CORINFO_HELP_BOX:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2745return type.IsNullable ? CorInfoHelpFunc.CORINFO_HELP_BOX_NULLABLE : CorInfoHelpFunc.CORINFO_HELP_BOX;