2 references to IsValueType
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
561
public bool IsActualValueType =>
IsValueType
&& !IsGenericParameter;
System\RuntimeType.NativeAot.cs (1)
245
return GetRuntimeTypeInfo().
IsValueType
;