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