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