4 references to AllowOutputBatchingKey
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\MessageProperties.cs (4)
208keys.Add(AllowOutputBatchingKey); 567else if (name == AllowOutputBatchingKey) 838array[index++] = new KeyValuePair<string, object>(AllowOutputBatchingKey, _allowOutputBatching); 933pairs.Add(new KeyValuePair<string, object>(AllowOutputBatchingKey, _allowOutputBatching));