3 references to GetOpenPropertyValues
System.Data.Services (3)
System\Data\Services\Serializers\JsonSerializer.cs (1)
794
foreach (var pair in this.Provider.
GetOpenPropertyValues
(customObject))
System\Data\Services\Serializers\PlainXmlSerializer.cs (1)
308
IEnumerable<KeyValuePair<string, object>> properties = this.Provider.
GetOpenPropertyValues
(element);
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
869
IEnumerable<KeyValuePair<string, object>> properties = this.Provider.
GetOpenPropertyValues
(customObject);