4 references to ValueType
System.Private.CoreLib (4)
Internal\Runtime\MethodTable.Runtime.cs (1)
49
return (ElementType is > EETypeElementType.Void and < EETypeElementType.
ValueType
)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (1)
737
return ElementType < EETypeElementType.
ValueType
;
System\InvokeUtils.cs (2)
367
Debug.Assert(dstType is < EETypeElementType.
ValueType
and >= EETypeElementType.Boolean);
368
Debug.Assert(srcType is < EETypeElementType.
ValueType
and >= EETypeElementType.Boolean);