1 write to _maxSessionSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
331_maxSessionSize = maxSessionSize;
2 references to _maxSessionSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
469string message = string.Format(SRServiceModel.BinaryEncoderSessionTooLarge, _maxSessionSize); 650_writerSession = new XmlBinaryWriterSessionWithQuota(_maxSessionSize);