Base:
3 references to IsGenericType
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Types\RoModifiedGenericType.cs (1)
18
Debug.Assert(genericType.
IsGenericType
);
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
42
else if (unmodifiedType.
IsGenericType
)
System\Reflection\TypeLoading\Types\RoType.cs (1)
334
if (
IsGenericType
)