3 writes to _allowOutputBatching
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\MessageProperties.cs (3)
155
_allowOutputBatching
= s_trueBool;
159
_allowOutputBatching
= s_falseBool;
383
_allowOutputBatching
= null;
12 references to _allowOutputBatching
System.ServiceModel.Primitives (12)
System\ServiceModel\Channels\MessageProperties.cs (12)
142
return (object)
_allowOutputBatching
== s_trueBool;
151
AdjustPropertyCount((object)
_allowOutputBatching
== null, false);
206
if ((object)
_allowOutputBatching
!= null)
275
if ((object)
_allowOutputBatching
!= null)
277
values.Add(
_allowOutputBatching
);
505
return (object)
_allowOutputBatching
!= null;
638
value =
_allowOutputBatching
;
707
exists = (object)
_allowOutputBatching
!= null;
836
if (
_allowOutputBatching
!= null)
838
array[index++] = new KeyValuePair<string, object>(AllowOutputBatchingKey,
_allowOutputBatching
);
931
if (
_allowOutputBatching
!= null)
933
pairs.Add(new KeyValuePair<string, object>(AllowOutputBatchingKey,
_allowOutputBatching
));