2 references to GenericTypeDefEEType
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (2)
374
return kind == EETypeKind.CanonicalEEType || kind == EETypeKind.
GenericTypeDefEEType
;
467
return Kind == EETypeKind.
GenericTypeDefEEType
;