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)
372
if (envelopeSize >
_maxBufferSize
)
375
ExceptionHelper.CreateMaxReceivedMessageSizeExceededException(
_maxBufferSize
));