4 references to AllowOutputBatchingKey
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (4)
175
keys.Add(
AllowOutputBatchingKey
);
497
else if (name ==
AllowOutputBatchingKey
)
737
array[index++] = new KeyValuePair<string, object>(
AllowOutputBatchingKey
, _allowOutputBatching);
807
pairs.Add(new KeyValuePair<string, object>(
AllowOutputBatchingKey
, _allowOutputBatching));