5 references to CORINFO_TOKENKIND_Class
ILCompiler.Compiler (5)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (5)
1463CORINFO_TOKENKIND_Ldtoken = 0x10 | CORINFO_TOKENKIND_Class | CORINFO_TOKENKIND_Method | CORINFO_TOKENKIND_Field, 1466CORINFO_TOKENKIND_Casting = 0x20 | CORINFO_TOKENKIND_Class, 1469CORINFO_TOKENKIND_Newarr = 0x40 | CORINFO_TOKENKIND_Class, 1472CORINFO_TOKENKIND_Box = 0x80 | CORINFO_TOKENKIND_Class, 1475CORINFO_TOKENKIND_Constrained = 0x100 | CORINFO_TOKENKIND_Class,