3 writes to allowOutputBatching
System.ServiceModel (3)
System\ServiceModel\Channels\MessageProperties.cs (3)
131
allowOutputBatching
= trueBool;
135
allowOutputBatching
= falseBool;
332
allowOutputBatching
= null;
12 references to allowOutputBatching
System.ServiceModel (12)
System\ServiceModel\Channels\MessageProperties.cs (12)
121
return (object)
allowOutputBatching
== trueBool;
127
AdjustPropertyCount((object)
allowOutputBatching
== null, false);
173
if ((object)
allowOutputBatching
!= null)
237
if ((object)
allowOutputBatching
!= null)
239
values.Add(
allowOutputBatching
);
449
return (object)
allowOutputBatching
!= null;
561
value =
allowOutputBatching
;
627
exists = (object)
allowOutputBatching
!= null;
741
if (this.
allowOutputBatching
!= null)
742
array[index++] = new KeyValuePair<string, object>(AllowOutputBatchingKey,
allowOutputBatching
);
811
if (this.
allowOutputBatching
!= null)
812
pairs.Add(new KeyValuePair<string, object>(AllowOutputBatchingKey,
allowOutputBatching
));