1 instantiation of RuntimeConstructedGenericMethodInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\General\Dispensers.cs (1)
146return new RuntimeConstructedGenericMethodInfo(genericMethodDefinition, genericTypeArguments).WithDebugName();
5 references to RuntimeConstructedGenericMethodInfo
System.Private.CoreLib (5)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
83return RuntimeConstructedGenericMethodInfo.GetRuntimeConstructedGenericMethodInfo(runtimeNamedMethodInfo, genericTypeArguments);
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (2)
59if (!(obj is RuntimeConstructedGenericMethodInfo other)) 224return RuntimeConstructedGenericMethodInfo.GetRuntimeConstructedGenericMethodInfo(newGenericMethodDefinition, _genericTypeArguments);
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (2)
146RuntimeMethodInfo methodInfo = (RuntimeMethodInfo)RuntimeConstructedGenericMethodInfo.GetRuntimeConstructedGenericMethodInfo(this, genericTypeArguments); 203if (other is RuntimeConstructedGenericMethodInfo otherConstructedGenericMethod)