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