3 writes to remainingSize
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputMessage.cs (3)
151
this.
remainingSize
= maxSize;
165
this.
remainingSize
-= requiredSize;
171
this.
remainingSize
-= availableSize;
2 references to remainingSize
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputMessage.cs (2)
161
if (requiredSize > this.
remainingSize
)
170
int availableSize = Math.Min(desiredSize, this.
remainingSize
);