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