2 instantiations of ReceiveContextEnabledAttribute
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
701operation.Behaviors.Add(new ReceiveContextEnabledAttribute() { ManualControl = true });
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
209ReceiveContextEnabledAttribute rcEnabled = new ReceiveContextEnabledAttribute();
8 references to ReceiveContextEnabledAttribute
System.ServiceModel (2)
System\ServiceModel\Description\DispatcherBuilder.cs (2)
652if (operation.Behaviors.Find<ReceiveContextEnabledAttribute>() != null) 669typeof(ReceiveContextEnabledAttribute).Name,
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Description\BufferedReceiveServiceBehavior.cs (2)
76ReceiveContextEnabledAttribute receiveContextEnabled = operation.Behaviors.Find<ReceiveContextEnabledAttribute>();
System\ServiceModel\Activities\WorkflowServiceHost.cs (2)
698ReceiveContextEnabledAttribute behavior = operation.Behaviors.Find<ReceiveContextEnabledAttribute>();
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingBehavior.cs (2)
209ReceiveContextEnabledAttribute rcEnabled = new ReceiveContextEnabledAttribute(); 263if (operationDescription.Behaviors.Find<ReceiveContextEnabledAttribute>() == null)