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