1 reference to CORINFO_TYPE_MOD_PINNED
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
3473
return (CorInfoTypeWithMod)corInfoType | (locals[index].IsPinned ? CorInfoTypeWithMod.
CORINFO_TYPE_MOD_PINNED
: 0);