1 write to s_asyncCurrentScope
System.ServiceModel.Primitives (1)
System\ServiceModel\OperationContextScope.cs (1)
15s_asyncCurrentScope = new AsyncLocal<OperationContextScope>();
4 references to s_asyncCurrentScope
System.ServiceModel.Primitives (4)
System\ServiceModel\OperationContextScope.cs (4)
25private readonly OperationContextScope _originalScope = OperationContext.DisableAsyncFlow ? s_currentScope : s_asyncCurrentScope.Value; 55s_asyncCurrentScope.Value = this; 63if ((OperationContext.DisableAsyncFlow ? s_currentScope : s_asyncCurrentScope.Value) != this) 79s_asyncCurrentScope.Value = _originalScope;