3 writes to IsValueType
System.Runtime.Serialization (3)
System\Runtime\Serialization\ClassDataContract.cs (1)
713
this.
IsValueType
= type.IsValueType;
System\Runtime\Serialization\DataContract.cs (1)
234
set { helper.
IsValueType
= value; }
System\Runtime\Serialization\EnumDataContract.cs (1)
185
IsValueType
= true;
2 references to IsValueType
System.Runtime.Serialization (2)
System\Runtime\Serialization\ClassDataContract.cs (1)
1184
if (baseContract != null &&
IsValueType
)
System\Runtime\Serialization\DataContract.cs (1)
231
get { return helper.
IsValueType
; }