2 writes to IsValueType
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
708xmlDataContract.IsValueType = false; 713xmlDataContract.IsValueType = IsValueType(typeName, xsdType.Annotation);
2 references to IsValueType
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
542dataContract.IsValueType ? 543GetAnnotationMarkup(IsValueTypeName, XmlConvert.ToString(dataContract.IsValueType), schema!) :