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