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