11 references to IsConstructedGenericType
illink (2)
PresentationCore (1)
System\Windows\Nrbf\SerializationRecordExtensions.cs (1)
130|| !classInfo.TypeName.IsConstructedGenericType
System.Formats.Nrbf (3)
System\Formats\Nrbf\MemberTypeInfo.cs (1)
133if (!typeName.IsConstructedGenericType)
System\Formats\Nrbf\SerializationRecord.cs (1)
100if (type.IsArray != typeName.IsArray || type.IsConstructedGenericType != typeName.IsConstructedGenericType
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (1)
176else if (typeName.IsConstructedGenericType)
System.Private.Windows.Core (1)
System\Private\Windows\Core\Nrbf\SerializationRecordExtensions.cs (1)
308|| !classInfo.TypeName.IsConstructedGenericType
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeName.cs (4)
158if (IsConstructedGenericType) 263if (IsConstructedGenericType) 329else if (IsConstructedGenericType) 372if (!IsConstructedGenericType)