5 references to Reentrant
System.ServiceModel (3)
System\ServiceModel\ConcurrencyMode.cs (1)
22
x == ConcurrencyMode.
Reentrant
||
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
114
if (this.concurrencyMode == ConcurrencyMode.
Reentrant
)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
35
dispatch.ConcurrencyMode == ConcurrencyMode.
Reentrant
);
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
248
if (serviceBehavior.ConcurrencyMode == ConcurrencyMode.
Reentrant
System\ServiceModel\Dispatcher\DurableRuntimeValidator.cs (1)
64
if (this.concurrencyMode == ConcurrencyMode.
Reentrant