6 references to currentAsyncLocalContext
System.ServiceModel (6)
System\ServiceModel\OperationContext.cs (6)
98return ShouldUseAsyncLocalContext ? OperationContext.currentAsyncLocalContext.Value : CurrentHolder.Context; 105OperationContext.currentAsyncLocalContext.Value = value; 132return !ServiceModelAppSettings.DisableOperationContextAsyncFlow && CurrentHolder.Context == null && OperationContext.currentAsyncLocalContext.Value != null && OperationContext.currentAsyncLocalContext.Value.isAsyncFlowEnabled; 370currentAsyncLocalContext.Value = oc; 379currentAsyncLocalContext.Value = null;