6 references to processingPipeline
System.Data.Services (6)
System\Data\Services\DataService.cs (6)
91
get { return this.
processingPipeline
; }
145
get { return this.
processingPipeline
; }
1737
this.
processingPipeline
.InvokeProcessedRequest(this, eventArg);
1805
this.
processingPipeline
.InvokeProcessedChangeset(this, new EventArgs());
2052
this.
processingPipeline
.InvokeProcessingRequest(this, eventArg);
2062
this.
processingPipeline
.InvokeProcessingChangeset(this, new EventArgs());