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