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