3 references to GetRuntimeConstructedGenericMethodInfo
System.Private.CoreLib (3)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
83return RuntimeConstructedGenericMethodInfo.GetRuntimeConstructedGenericMethodInfo(runtimeNamedMethodInfo, genericTypeArguments);
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
221return RuntimeConstructedGenericMethodInfo.GetRuntimeConstructedGenericMethodInfo(newGenericMethodDefinition, _genericTypeArguments);
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
135RuntimeMethodInfo methodInfo = (RuntimeMethodInfo)RuntimeConstructedGenericMethodInfo.GetRuntimeConstructedGenericMethodInfo(this, genericTypeArguments);