15 references to IsConstructedGenericType
illink (2)
PresentationCore (1)
System\Windows\Nrbf\SerializationRecordExtensions.cs (1)
128|| !classInfo.TypeName.IsConstructedGenericType
System.Formats.Nrbf (2)
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)
351|| !classInfo.TypeName.IsConstructedGenericType
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeName.cs (4)
158if (IsConstructedGenericType) 263if (IsConstructedGenericType) 329else if (IsConstructedGenericType) 372if (!IsConstructedGenericType)
System.Windows.Forms (5)
System\Windows\Forms\Internal\TypeExtensions.cs (4)
78|| type.IsConstructedGenericType != typeName.IsConstructedGenericType 165|| x.IsConstructedGenericType != y.IsConstructedGenericType 189if (x.IsConstructedGenericType)
System\Windows\Forms\OLE\DataObject.Composition.TypeNameComparer.cs (1)
51if (obj.IsConstructedGenericType)