1 write to limit
System.ServiceModel.Internals (1)
System\Runtime\InternalBufferManager.cs (1)
388
this.
limit
= limit;
2 references to limit
System.ServiceModel.Internals (2)
System\Runtime\InternalBufferManager.cs (2)
398
get { return this.
limit
; }
430
if (newValue <= this.
limit
)