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