6 references to SetReference
System.Data.Services (6)
System\Data\Services\DataService.cs (1)
1637dataService.Updatable.SetReference(parentEntity, description.Property.Name, null);
System\Data\Services\Serializers\Deserializer.cs (1)
675service.Updatable.SetReference(entityGettingModified, description.Property.Name, linkResource);
System\Data\Services\Serializers\JsonDeserializer.cs (1)
799this.Updatable.SetReference(resource, resourceProperty.Name, propertyValue);
System\Data\Services\Serializers\SyndicationDeserializer.cs (3)
492this.Updatable.SetReference(resource, propertyName, null); 519this.Updatable.SetReference(resource, propertyName, targetResource); 647this.Updatable.SetReference(parentResource, propertyName, propertyValue);