1 write to _maxBufferSize
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
203_maxBufferSize = settings.MaxBufferSize;
2 references to _maxBufferSize
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
258if (envelopeSize > _maxBufferSize) 261ExceptionHelper.CreateMaxReceivedMessageSizeExceededException(_maxBufferSize));