1 write to isConcurrent
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
34this.isConcurrent = (dispatch.ConcurrencyMode == ConcurrencyMode.Multiple ||
3 references to isConcurrent
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (3)
107if (!this.isConcurrent) 121context.CheckIfTxCompletedAndUpdateAttached(ref rpc, this.isConcurrent); 302if (context.Transaction.ShouldReleaseInstance && !this.isConcurrent)