3 references to ConvertValuesForXml
System.Data.Services (3)
System\Data\Services\Providers\ResourceType.cs (1)
849currentValue = PlainXmlDeserializer.ConvertValuesForXml(propertyValue, currentSegment, propertyType.InstanceType);
System\Data\Services\Serializers\Deserializer.cs (1)
211return PlainXmlDeserializer.ConvertValuesForXml(value, property.Name, property.Type);
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
588propertyValue = PlainXmlDeserializer.ConvertValuesForXml(propertyValue, propertyName, propertyType.InstanceType);