2 writes to s_currentScope
System.ServiceModel.Primitives (2)
System\ServiceModel\OperationContextScope.cs (2)
51s_currentScope = this; 75s_currentScope = _originalScope;
2 references to s_currentScope
System.ServiceModel.Primitives (2)
System\ServiceModel\OperationContextScope.cs (2)
25private readonly OperationContextScope _originalScope = OperationContext.DisableAsyncFlow ? s_currentScope : s_asyncCurrentScope.Value; 63if ((OperationContext.DisableAsyncFlow ? s_currentScope : s_asyncCurrentScope.Value) != this)