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