12 writes to AllowOutputBatching
System.ServiceModel.Primitives (12)
System\ServiceModel\Channels\MessageProperties.cs (3)
422AllowOutputBatching = properties.AllowOutputBatching; 466AllowOutputBatching = properties.AllowOutputBatching; 756AllowOutputBatching = (bool)value;
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
812request.Properties.AllowOutputBatching = false; 1715message.Properties.AllowOutputBatching = false; 1727message.Properties.AllowOutputBatching = false; 1920message.Properties.AllowOutputBatching = false; 1931message.Properties.AllowOutputBatching = false;
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
70message.Properties.AllowOutputBatching = false;
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
142request.Properties.AllowOutputBatching = false;
System\ServiceModel\Channels\ServiceChannel.cs (1)
1176message.Properties.AllowOutputBatching = true;
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
203message.Properties.AllowOutputBatching = false;
5 references to AllowOutputBatching
System.ServiceModel.Http (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
486allowOutputBatching = message.Properties.AllowOutputBatching;
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\FramingChannels.cs (1)
57allowOutputBatching = message.Properties.AllowOutputBatching;
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
432allowOutputBatching = message.Properties.AllowOutputBatching;
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\MessageProperties.cs (2)
422AllowOutputBatching = properties.AllowOutputBatching; 466AllowOutputBatching = properties.AllowOutputBatching;