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