3 writes to IsValueType
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
708
xmlDataContract.
IsValueType
= false;
713
xmlDataContract.
IsValueType
= IsValueType(typeName, xsdType.Annotation);
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
555
xmlContract.
IsValueType
= type.IsValueType;
3 references to IsValueType
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
543
dataContract.
IsValueType
?
544
GetAnnotationMarkup(IsValueTypeName, XmlConvert.ToString(dataContract.
IsValueType
), schema!) :
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1273
if (xmlDataContract.
IsValueType
)