1 write to _maxBufferSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
320_maxBufferSize = settings.MaxBufferSize;
2 references to _maxBufferSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (2)
372if (envelopeSize > _maxBufferSize) 375ExceptionHelper.CreateMaxReceivedMessageSizeExceededException(_maxBufferSize));