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)
44OperationContext.Current = _currentContext; 52if (OperationContext.Current != _currentContext) 58if (_currentContext != null) 59_currentContext.SetClientReply(null, false);