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