5 writes to responseVersion
System.Data.Services (5)
System\Data\Services\RequestDescription.cs (5)
120this.responseVersion = DataServiceDefaultResponseVersion; 150this.responseVersion = DataServiceDefaultResponseVersion; 182this.responseVersion = other.responseVersion; 435resultDescription.responseVersion = description.ResponseVersion; 606this.responseVersion = RaiseVersion(this.responseVersion, major, minor);
3 references to responseVersion
System.Data.Services (3)
System\Data\Services\RequestDescription.cs (3)
182this.responseVersion = other.responseVersion; 329get { return this.responseVersion; } 606this.responseVersion = RaiseVersion(this.responseVersion, major, minor);