4 references to OperationContextScope
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
764
using (OperationContextScope scope = new
OperationContextScope
(new OperationContext((ServiceHostBase)null)))
System\ServiceModel\Transactions\WsatProxy.cs (1)
142
using (new
OperationContextScope
((OperationContext)null))
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\MessageRpc.cs (1)
251
this.nullContextScope = new
OperationContextScope
((OperationContext)null);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (1)
299
using (OperationContextScope operationScope = new
OperationContextScope
(this.operationContext))