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