1 write to IsServiceReentrant
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
99
rpc.OperationContext.
IsServiceReentrant
= true;
2 references to IsServiceReentrant
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
114
if (operationContext != null && operationContext.
IsServiceReentrant
)
145
if (operationContext.
IsServiceReentrant
)