5 references to Kind
System.Private.CoreLib (5)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (5)
373
EETypeKind kind =
Kind
;
382
return
Kind
== EETypeKind.CanonicalEEType;
467
return
Kind
== EETypeKind.GenericTypeDefEEType;
607
return
Kind
== EETypeKind.ParameterizedEEType;
615
return
Kind
== EETypeKind.FunctionPointerEEType;