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