3 instantiations of SizeQuota
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputMessage.cs (2)
38: this(additionalPropertyCount, new SizeQuota(maxBufferSize)) 68OnGrowBuffers(new SizeQuota(this.maxBufferSize));
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
41: this(new SizeQuota(maxBufferSize))
4 references to SizeQuota
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqInputMessage.cs (2)
42protected MsmqInputMessage(int additionalPropertyCount, SizeQuota bufferSizeQuota) 71protected virtual void OnGrowBuffers(SizeQuota bufferSizeQuota)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
44protected MsmqIntegrationInputMessage(SizeQuota bufferSizeQuota) 72protected override void OnGrowBuffers(SizeQuota bufferSizeQuota)