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