3 references to IsValueType
System.Private.CoreLib (3)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (3)
557
public bool IsValueType => (Classification & TypeClassification.
IsValueType
) != 0;
843
classification |= TypeClassification.IsEnum | TypeClassification.
IsValueType
;
848
classification |= TypeClassification.
IsValueType
;