1 write to items
System.ServiceModel.Internals (1)
System\Runtime\InternalBufferManager.cs (1)
494this.items = new Stack<byte[]>(limit);
6 references to items
System.ServiceModel.Internals (6)
System\Runtime\InternalBufferManager.cs (6)
501return this.items; 509this.items.Clear(); 517if (this.items.Count > 0) 519return this.items.Pop(); 530if (this.items.Count < this.Limit) 532this.items.Push(buffer);