Base:
method
GetGenericTypeDefinition
System.Type.GetGenericTypeDefinition()
3 references to GetGenericTypeDefinition
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1098type = (type.GetGenericTypeDefinition() as RuntimeType)!; 1325if (type.IsConstructedGenericType && type.GetGenericTypeDefinition() == attributeFilterType)
System\Reflection\Runtime\TypeInfos\RuntimeTypeDefinitionTypeInfo.cs (1)
24other = otherRuntimeType.GetGenericTypeDefinition();