15 references to IsConstructedGenericType
illink (2)
Linker\TypeNameResolver.cs (1)
65
if (typeName.
IsConstructedGenericType
) {
Linker\TypeNameResolver.WithDiagnostics.cs (1)
64
if (typeName.
IsConstructedGenericType
) {
PresentationCore (1)
System\Windows\Nrbf\SerializationRecordExtensions.cs (1)
128
|| !classInfo.TypeName.
IsConstructedGenericType
System.Formats.Nrbf (2)
System\Formats\Nrbf\SerializationRecord.cs (1)
104
if (type.IsArray != typeName.IsArray || type.IsConstructedGenericType != typeName.
IsConstructedGenericType
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (1)
176
else 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)
60
if (obj.
IsConstructedGenericType
)
System\TypeExtensions.cs (4)
40
|| type.IsConstructedGenericType != typeName.
IsConstructedGenericType
100
|| x.
IsConstructedGenericType
!= y.
IsConstructedGenericType
124
if (x.
IsConstructedGenericType
)
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeName.cs (4)
206
if (
IsConstructedGenericType
)
333
if (
IsConstructedGenericType
)
455
else if (
IsConstructedGenericType
)
498
if (!
IsConstructedGenericType
)