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