Base:
method
GetGenericTypeDefinition
System.Type.GetGenericTypeDefinition()
5 references to GetGenericTypeDefinition
System.Private.CoreLib (5)
src\System\Delegate.CoreCLR.cs (1)
187
Type targetType = declaringType.
GetGenericTypeDefinition
();
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1252
type = (type.
GetGenericTypeDefinition
() as RuntimeType)!;
1718
if (type.IsConstructedGenericType && type.
GetGenericTypeDefinition
() == attributeFilterType)
src\System\RuntimeType.CoreCLR.cs (2)
1845
RuntimeType declaringDefinition = (RuntimeType)declaredType.
GetGenericTypeDefinition
();
1854
baseDefinition = (RuntimeType)baseDefinition.
GetGenericTypeDefinition
();