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