4 references to DisableOperationContextAsyncFlow
System.ServiceModel (4)
System\ServiceModel\OperationContext.cs (1)
132
return !ServiceModelAppSettings.
DisableOperationContextAsyncFlow
&& CurrentHolder.Context == null && OperationContext.currentAsyncLocalContext.Value != null && OperationContext.currentAsyncLocalContext.Value.isAsyncFlowEnabled;
System\ServiceModel\OperationContextScope.cs (3)
38
return ServiceModelAppSettings.
DisableOperationContextAsyncFlow
? legacyCurrentScope : currentScope.Value;
43
if (ServiceModelAppSettings.
DisableOperationContextAsyncFlow
)
80
if (ServiceModelAppSettings.
DisableOperationContextAsyncFlow
&& this.thread != Thread.CurrentThread)