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