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)
142return (object)_allowOutputBatching == s_trueBool; 151AdjustPropertyCount((object)_allowOutputBatching == null, false); 206if ((object)_allowOutputBatching != null) 275if ((object)_allowOutputBatching != null) 277values.Add(_allowOutputBatching); 505return (object)_allowOutputBatching != null; 638value = _allowOutputBatching; 707exists = (object)_allowOutputBatching != null; 836if (_allowOutputBatching != null) 838array[index++] = new KeyValuePair<string, object>(AllowOutputBatchingKey, _allowOutputBatching); 931if (_allowOutputBatching != null) 933pairs.Add(new KeyValuePair<string, object>(AllowOutputBatchingKey, _allowOutputBatching));