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