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