1 write to _allowOutputBatching
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1402
set {
_allowOutputBatching
= value; }
2 references to _allowOutputBatching
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1174
if (
_allowOutputBatching
)
1401
get { return
_allowOutputBatching
; }