2 writes to isAsyncFlowEnabled
System.ServiceModel (2)
System\ServiceModel\OperationContext.cs (2)
369
oc.
isAsyncFlowEnabled
= true;
378
OperationContext.Current.
isAsyncFlowEnabled
= false;
3 references to isAsyncFlowEnabled
System.ServiceModel (3)
System\ServiceModel\OperationContext.cs (3)
103
if (ShouldUseAsyncLocalContext && value != null && value.
isAsyncFlowEnabled
)
132
return !ServiceModelAppSettings.DisableOperationContextAsyncFlow && CurrentHolder.Context == null && OperationContext.currentAsyncLocalContext.Value != null && OperationContext.currentAsyncLocalContext.Value.
isAsyncFlowEnabled
;
376
if (OperationContext.Current != null && OperationContext.Current.
isAsyncFlowEnabled
)