1 write to _allowOutputBatching
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1407
set {
_allowOutputBatching
= value; }
2 references to _allowOutputBatching
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
1159
if (
_allowOutputBatching
)
1406
get { return
_allowOutputBatching
; }