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