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)
471return _items; 479_items.Clear(); 487if (_items.Count > 0) 489return _items.Pop(); 500if (_items.Count < this.Limit) 502_items.Push(buffer);