8 references to CorInfoGCType
ILCompiler.RyuJit (8)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (8)
2497private int MarkGcField(byte* gcPtrs, CorInfoGCType gcType) 2501if (*gcPtrs == (byte)CorInfoGCType.TYPE_GC_NONE) 2527CorInfoGCType gcType = CorInfoGCType.TYPE_GC_NONE; 2536gcType = CorInfoGCType.TYPE_GC_OTHER; 2540gcType = CorInfoGCType.TYPE_GC_REF; 2544gcType = CorInfoGCType.TYPE_GC_BYREF; 2554if (gcType == CorInfoGCType.TYPE_GC_OTHER)