9 references to OperationContextScope
System.ServiceModel.Discovery (7)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
589
this.operationContextScope = new
OperationContextScope
(clientChannel);
System\ServiceModel\Discovery\AnnouncementSendsAsyncResult.cs (1)
38
using (new
OperationContextScope
(this.announcementClient.InnerChannel))
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
1291
this.operationContextScope = new
OperationContextScope
(clientChannel);
System\ServiceModel\Discovery\ProbeDuplexAsyncResult.cs (2)
281
using (new
OperationContextScope
(contextChannel))
311
using (new
OperationContextScope
(contextChannel))
System\ServiceModel\Discovery\ResolveDuplexAsyncResult.cs (2)
211
using (new
OperationContextScope
(contextChannel))
251
using (new
OperationContextScope
(contextChannel))
System.WorkflowServices (2)
System\ServiceModel\Activities\WorkflowClientDeliverMessageWrapper.cs (1)
48
using (OperationContextScope scope = new
OperationContextScope
((IContextChannel)desClient.InnerChannel))
System\Workflow\Activities\SendActivity.cs (1)
394
using (OperationContextScope scope = new
OperationContextScope
((IContextChannel) leasedChannel.Channel))