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