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)
1098
type = (type.
GetGenericTypeDefinition
() as RuntimeType)!;
1325
if (type.IsConstructedGenericType && type.
GetGenericTypeDefinition
() == attributeFilterType)
System\Reflection\Runtime\TypeInfos\RuntimeTypeDefinitionTypeInfo.cs (1)
24
other = otherRuntimeType.
GetGenericTypeDefinition
();