4 references to OperationContext
System.ServiceModel (4)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
764using (OperationContextScope scope = new OperationContextScope(new OperationContext((ServiceHostBase)null)))
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
1458OperationContext currentOperationContext = new OperationContext(this.host); 1537OperationContext currentOperationContext = new OperationContext(this.host); 1622OperationContext currentOperationContext = new OperationContext(this.host);