6 references to OperationContextScope
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContextScope.cs (6)
14private static OperationContextScope s_currentScope; 19private readonly OperationContextScope _originalScope = OperationContextScope.s_currentScope; 43OperationContextScope.s_currentScope = this; 49if (OperationContextScope.s_currentScope != this) 55OperationContextScope.s_currentScope = _originalScope;