1 implementation of GetGenericTypeParametersWithSpecifiedOwningMethod
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
77public RuntimeTypeInfo[] GetGenericTypeParametersWithSpecifiedOwningMethod(RuntimeNamedMethodInfo<NativeFormatMethodCommon> owningMethod)
1 reference to GetGenericTypeParametersWithSpecifiedOwningMethod
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
293return _common.GetGenericTypeParametersWithSpecifiedOwningMethod(owningMethod);