1 write to VirtualResolveData
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
334VirtualResolveData = resolver,
8 references to VirtualResolveData
System.Private.Reflection.Execution (8)
Internal\Reflection\Execution\MethodInvokers\MethodInvokerWithMethodInvokeInfo.cs (1)
48else if (methodInvokeInfo.VirtualResolveData != IntPtr.Zero)
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (7)
28IntPtr resolvedVirtual = OpenMethodResolver.ResolveMethod(MethodInvokeInfo.VirtualResolveData, target); 41MethodInvokeInfo.VirtualResolveData, 59resolvedVirtual = OpenMethodResolver.ResolveMethod(MethodInvokeInfo.VirtualResolveData, thisObject); 85resolvedVirtual = OpenMethodResolver.ResolveMethod(MethodInvokeInfo.VirtualResolveData, thisObject); 104resolvedVirtual = OpenMethodResolver.ResolveMethod(MethodInvokeInfo.VirtualResolveData, thisObject); 132return OpenMethodResolver.ResolveMethod(MethodInvokeInfo.VirtualResolveData, type); 145if (MethodInvokeInfo.LdFtnResult == IntPtr.Zero && MethodInvokeInfo.VirtualResolveData != IntPtr.Zero)