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