Base:
method
FindVirtualFunctionTargetMethodOnObjectType
Internal.TypeSystem.MetadataVirtualMethodAlgorithm.FindVirtualFunctionTargetMethodOnObjectType(Internal.TypeSystem.MethodDesc, Internal.TypeSystem.TypeDesc)
1 override of FindVirtualFunctionTargetMethodOnObjectType
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\CompilerTypeSystemContext.Async.cs (1)
55public override MethodDesc FindVirtualFunctionTargetMethodOnObjectType(MethodDesc targetMethod, TypeDesc objectType)
1 reference to FindVirtualFunctionTargetMethodOnObjectType
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\CompilerTypeSystemContext.Async.cs (1)
58MethodDesc result = base.FindVirtualFunctionTargetMethodOnObjectType(targetMethod, objectType);