1 write to maxSize
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputMessage.cs (1)
150this.maxSize = maxSize;
2 references to maxSize
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputMessage.cs (2)
156get { return this.maxSize; } 163throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(MaxMessageSizeStream.CreateMaxReceivedMessageSizeExceededException(this.maxSize));