1 write to shared
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (1)
24
this.
shared
= shared;
10 references to shared
System.ServiceModel (10)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (10)
74
this.
shared
.DispatchStarted();
76
this.
shared
.DispatchEnded();
82
get { return this.
shared
; }
125
if (this.commits >= this.
shared
.CurrentBatchSize || DateTime.UtcNow >= this.commitNotLaterThan)
138
this.
shared
.ReportCommit();
139
this.
shared
.BatchDone();
145
this.
shared
.ReportAbort();
146
this.
shared
.BatchDone();
152
this.
shared
.ReportAbort();
153
this.
shared
.BatchDone();