2 references to Category_ValueType
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\RuntimeTypeSystem_1.cs (1)
855
case MethodTableFlags_1.WFLAGS_HIGH.
Category_ValueType
:
RuntimeTypeSystemHelpers\MethodTableFlags_1.cs (1)
99
public bool IsValueType => GetFlag(WFLAGS_HIGH.Category_ValueType_Mask) == WFLAGS_HIGH.
Category_ValueType
;