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