3 references to ChangeType
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializer.cs (2)
996this.currentValue = ClientConvert.ChangeType(elementText, underlyingExpectedType); 1236value = ClientConvert.ChangeType(propertyValueText, (null != nestedElementType ? nestedElementType.ElementType : underlyingType));
System\Data\Services\Client\DataServiceContext.cs (1)
4004ClientConvert.ChangeType(reader.ReadToEnd(), property.PropertyType);