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