2 writes to CurrentScope
System.ServiceModel (2)
System\ServiceModel\OperationContextScope.cs (2)
74
CurrentScope
= this;
89
CurrentScope
= this.originalScope;
2 references to CurrentScope
System.ServiceModel (2)
System\ServiceModel\OperationContextScope.cs (2)
21
readonly OperationContextScope originalScope = OperationContextScope.
CurrentScope
;
83
if (
CurrentScope
!= this)