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