System\Data\Services\Client\DataServiceContext.cs (5)
3904property.SetValue(collection, child, this.propertyName, true);
3936property.SetValue(this.entity, collection, this.propertyName, false);
3995property.SetValue(this.entity, buffer, this.propertyName, false);
4009property.SetValue(this.entity, convertedValue, this.propertyName, false);
4024property.MimeTypeProperty.SetValue(this.entity, mimeType, null, false);