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