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