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