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