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