2 references to TYPE_GC_NONE
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
2501
if (*gcPtrs == (byte)CorInfoGCType.
TYPE_GC_NONE
)
2527
CorInfoGCType gcType = CorInfoGCType.
TYPE_GC_NONE
;