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