2 overrides of IsGenericMethodParameter
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForMethods.cs (1)
27public sealed override bool IsGenericMethodParameter => true;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForTypes.cs (1)
24public sealed override bool IsGenericMethodParameter => false;
1 reference to IsGenericMethodParameter
System.Private.CoreLib (1)
System\RuntimeType.NativeAot.cs (1)
493return GetRuntimeTypeInfo().IsGenericMethodParameter;