2 references to bufferedReceiveServiceBehaviorType
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowServiceHost.cs (2)
663
if (this.serviceDefinition.AllowBufferedReceive && !this.Description.Behaviors.Contains(
bufferedReceiveServiceBehaviorType
))
714
bool hasBehavior = this.Description.Behaviors.Contains(
bufferedReceiveServiceBehaviorType
);