1 write to _items
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (1)
464
_items
= new Stack<byte[]>(limit);
6 references to _items
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (6)
471
return
_items
;
479
_items
.Clear();
487
if (
_items
.Count > 0)
489
return
_items
.Pop();
500
if (
_items
.Count < this.Limit)
502
_items
.Push(buffer);