3 references to DefaultMaxPendingMessagesPerChannel
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Configuration\BufferedReceiveElement.cs (2)
21[ConfigurationProperty(MaxPendingMessagesPerChannelString, DefaultValue = BufferedReceiveServiceBehavior.DefaultMaxPendingMessagesPerChannel)] 48properties.Add(new ConfigurationProperty(MaxPendingMessagesPerChannelString, typeof(Int32), BufferedReceiveServiceBehavior.DefaultMaxPendingMessagesPerChannel, new Int32Converter(), new IntegerValidator(1, Int32.MaxValue), ConfigurationPropertyOptions.None));
System\ServiceModel\Activities\Description\BufferedReceiveServiceBehavior.cs (1)
19int maxPendingMessagesPerChannel = DefaultMaxPendingMessagesPerChannel;