2 references to 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)); }