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)
104if (type.IsArray != typeName.IsArray || type.IsConstructedGenericType != typeName.IsConstructedGenericType
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (1)
176else if (typeName.IsConstructedGenericType)
System.Private.Windows.Core (6)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (1)
327|| !classInfo.TypeName.IsConstructedGenericType
System\Reflection\Metadata\TypeNameComparer.cs (1)
60if (obj.IsConstructedGenericType)
System\TypeExtensions.cs (4)
40|| type.IsConstructedGenericType != typeName.IsConstructedGenericType 100|| x.IsConstructedGenericType != y.IsConstructedGenericType 124if (x.IsConstructedGenericType)
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeName.cs (4)
206if (IsConstructedGenericType) 333if (IsConstructedGenericType) 455else if (IsConstructedGenericType) 498if (!IsConstructedGenericType)