11 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)
130
|| !classInfo.TypeName.
IsConstructedGenericType
System.Formats.Nrbf (3)
System\Formats\Nrbf\MemberTypeInfo.cs (1)
133
if (!typeName.
IsConstructedGenericType
)
System\Formats\Nrbf\SerializationRecord.cs (1)
100
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 (1)
System\Private\Windows\Core\Nrbf\SerializationRecordExtensions.cs (1)
308
|| !classInfo.TypeName.
IsConstructedGenericType
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeName.cs (4)
158
if (
IsConstructedGenericType
)
263
if (
IsConstructedGenericType
)
329
else if (
IsConstructedGenericType
)
372
if (!
IsConstructedGenericType
)