5 writes to AllowOutputBatching
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (3)
367this.AllowOutputBatching = properties.AllowOutputBatching; 411this.AllowOutputBatching = properties.AllowOutputBatching; 671AllowOutputBatching = (bool)value;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
127request.Properties.AllowOutputBatching = false;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1161message.Properties.AllowOutputBatching = true;
4 references to AllowOutputBatching
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
81allowOutputBatching = message.Properties.AllowOutputBatching;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (2)
367this.AllowOutputBatching = properties.AllowOutputBatching; 411this.AllowOutputBatching = properties.AllowOutputBatching;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
543allowOutputBatching = message.Properties.AllowOutputBatching;