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