3 instantiations of SizeQuota
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputMessage.cs (2)
38
: this(additionalPropertyCount, new
SizeQuota
(maxBufferSize))
68
OnGrowBuffers(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)
42
protected MsmqInputMessage(int additionalPropertyCount,
SizeQuota
bufferSizeQuota)
71
protected virtual void OnGrowBuffers(
SizeQuota
bufferSizeQuota)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
44
protected MsmqIntegrationInputMessage(
SizeQuota
bufferSizeQuota)
72
protected override void OnGrowBuffers(
SizeQuota
bufferSizeQuota)