2 references to OperationContext
System.ServiceModel (1)
System\ServiceModel\OperationContextScope.cs (1)
26
this.PushContext(new
OperationContext
(channel));
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
1446
instance.OperationContext = (contextChannel == null) ? null : new
OperationContext
(contextChannel);