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