1 write to _currentContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContextScope.cs (1)
42
_currentContext
= context;
4 references to _currentContext
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContextScope.cs (4)
44
OperationContext.Current =
_currentContext
;
52
if (OperationContext.Current !=
_currentContext
)
58
if (
_currentContext
!= null)
59
_currentContext
.SetClientReply(null, false);