4 references to AllowOutputBatchingKey
System.ServiceModel (4)
System\ServiceModel\Channels\MessageProperties.cs (4)
175keys.Add(AllowOutputBatchingKey); 502else if (name == AllowOutputBatchingKey) 742array[index++] = new KeyValuePair<string, object>(AllowOutputBatchingKey, allowOutputBatching); 812pairs.Add(new KeyValuePair<string, object>(AllowOutputBatchingKey, allowOutputBatching));