6 references to GetResourceProperties
System.Data.Services (6)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (2)
755
this.
GetResourceProperties
(resourceSet, derivedType);
763
this.
GetResourceProperties
(resourceSet, resourceType);
System\Data\Services\Serializers\JsonSerializer.cs (2)
783
foreach (ResourceProperty property in this.Provider.
GetResourceProperties
(this.CurrentContainer, resourceType))
810
this.Provider.
GetResourceProperties
(this.CurrentContainer, resourceType).Contains(property))
System\Data\Services\Serializers\SyndicationSerializer.cs (2)
838
foreach (ResourceProperty property in this.Provider.
GetResourceProperties
(this.CurrentContainer, resourceType))
953
if (this.Provider.
GetResourceProperties
(this.CurrentContainer, resourceType).Contains(property))