3 writes to isBatching
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (3)
187this.isBatching = true; 277this.isBatching = false; 293this.isBatching = true;
5 references to isBatching
System.ServiceModel (5)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (5)
190BatchingStateChanged(this.isBatching); 273if (isBatching) 278BatchingStateChanged(this.isBatching); 290if (!isBatching) 294BatchingStateChanged(this.isBatching);