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