4 references to pResolvedTokenVirtualMethod
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1454
if (info->
pResolvedTokenVirtualMethod
!= null)
1456
methodWithTokenDecl = ComputeMethodWithToken(decl, ref *info->
pResolvedTokenVirtualMethod
, null, false);
1481
if (info->
pResolvedTokenVirtualMethod
!= null)
1483
info->resolvedTokenDevirtualizedMethod = *info->
pResolvedTokenVirtualMethod
;