9 references to GetGenericTypeDefinition
illink (1)
PresentationCore (1)
System\Windows\Nrbf\SerializationRecordExtensions.cs (1)
131|| classInfo.TypeName.GetGenericTypeDefinition().Name != typeof(List<>).Name
System.Formats.Nrbf (3)
System\Formats\Nrbf\MemberTypeInfo.cs (1)
140return typeName.GetGenericTypeDefinition().FullName != typeof(Nullable<>).FullName;
System\Formats\Nrbf\SerializationRecord.cs (1)
123if (!Matches(type.GetGenericTypeDefinition(), typeName.GetGenericTypeDefinition()))
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (1)
178TypeName newGenericTypeDefinition = typeName.GetGenericTypeDefinition().With(assemblyName);
System.Private.Windows.Core (1)
System\Private\Windows\Core\Nrbf\SerializationRecordExtensions.cs (1)
309|| classInfo.TypeName.GetGenericTypeDefinition().Name != typeof(List<>).Name
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeName.cs (3)
160_fullName = TypeNameParserHelpers.GetGenericTypeFullName(GetGenericTypeDefinition().FullName.AsSpan(), 265_name = TypeNameParserHelpers.GetName(GetGenericTypeDefinition().FullName.AsSpan()).ToString(); 331result = checked(result + GetGenericTypeDefinition().GetNodeCount());