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