2 writes to maxBufferSizeInitialized
System.ServiceModel (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
82this.maxBufferSizeInitialized = elementToBeCloned.maxBufferSizeInitialized; 255maxBufferSizeInitialized = true;
2 references to maxBufferSizeInitialized
System.ServiceModel (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
82this.maxBufferSizeInitialized = elementToBeCloned.maxBufferSizeInitialized; 238if (maxBufferSizeInitialized || TransferMode != TransferMode.Buffered)