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)
121return (object)_allowOutputBatching == s_trueBool; 127AdjustPropertyCount((object)_allowOutputBatching == null, false); 173if ((object)_allowOutputBatching != null) 233if ((object)_allowOutputBatching != null) 235values.Add(_allowOutputBatching); 445return (object)_allowOutputBatching != null; 556value = _allowOutputBatching; 622exists = (object)_allowOutputBatching != null; 736if (_allowOutputBatching != null) 737array[index++] = new KeyValuePair<string, object>(AllowOutputBatchingKey, _allowOutputBatching); 806if (_allowOutputBatching != null) 807pairs.Add(new KeyValuePair<string, object>(AllowOutputBatchingKey, _allowOutputBatching));