1 write to _items
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (1)
352_items = new Stack<T>();
11 references to _items
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (11)
366while (_items.Count > value) 368_items.Pop(); 387if (_items.Count == _maxCount) 389_items.Pop(); 397if (_items.Count > 0) 401if (_items.Count > 0) 403return _items.Pop(); 412if (_items.Count < this.MaxCount) 416if (_items.Count < this.MaxCount) 418_items.Push(value); 430_items.Clear();