3 writes to _allowOutputBatching
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (3)
131
_allowOutputBatching
= s_trueBool;
135
_allowOutputBatching
= s_falseBool;
328
_allowOutputBatching
= null;
12 references to _allowOutputBatching
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (12)
121
return (object)
_allowOutputBatching
== s_trueBool;
127
AdjustPropertyCount((object)
_allowOutputBatching
== null, false);
173
if ((object)
_allowOutputBatching
!= null)
233
if ((object)
_allowOutputBatching
!= null)
235
values.Add(
_allowOutputBatching
);
445
return (object)
_allowOutputBatching
!= null;
556
value =
_allowOutputBatching
;
622
exists = (object)
_allowOutputBatching
!= null;
736
if (
_allowOutputBatching
!= null)
737
array[index++] = new KeyValuePair<string, object>(AllowOutputBatchingKey,
_allowOutputBatching
);
806
if (
_allowOutputBatching
!= null)
807
pairs.Add(new KeyValuePair<string, object>(AllowOutputBatchingKey,
_allowOutputBatching
));