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