2 instantiations of UpdatableWrapper
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
1781
this.updatable = new
UpdatableWrapper
(this);
2170
get { return this.updatable ?? (this.updatable = new
UpdatableWrapper
(this)); }
9 references to UpdatableWrapper
System.Data.Services (9)
System\Data\Services\DataService.cs (4)
63
private
UpdatableWrapper
updatable;
149
UpdatableWrapper
IDataService.Updatable
2126
private
UpdatableWrapper
updatable;
2168
public
UpdatableWrapper
Updatable
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
71
public
UpdatableWrapper
Updatable
System\Data\Services\Epm\EpmContentDeSerializerBase.cs (1)
40
internal
UpdatableWrapper
Updatable
System\Data\Services\IDataService.cs (1)
66
UpdatableWrapper
Updatable
System\Data\Services\Serializers\Deserializer.cs (2)
95
protected
UpdatableWrapper
Updatable
396
UpdatableWrapper
updatable = service.Updatable;