1 write to IsServiceReentrant
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
116
rpc.OperationContext.
IsServiceReentrant
= true;
2 references to IsServiceReentrant
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
131
if (operationContext != null && operationContext.
IsServiceReentrant
)
162
if (operationContext.
IsServiceReentrant
)