3 references to CORINFO_TOKENKIND_Ldtoken
ILCompiler.RyuJit (3)
JitInterface\CorInfoImpl.RyuJit.cs (3)
1757if (pResolvedToken.tokenType == CorInfoTokenKind.CORINFO_TOKENKIND_Ldtoken) 1775Debug.Assert(pResolvedToken.tokenType == CorInfoTokenKind.CORINFO_TOKENKIND_Ldtoken); 1815else if (pResolvedToken.tokenType == CorInfoTokenKind.CORINFO_TOKENKIND_Ldtoken)