1 write to items
System.ServiceModel.Internals (1)
System\Runtime\SynchronizedPool.cs (1)
355
this.
items
= new Stack<T>();
11 references to items
System.ServiceModel.Internals (11)
System\Runtime\SynchronizedPool.cs (11)
369
while (
items
.Count > value)
371
items
.Pop();
390
if (
items
.Count == maxCount)
392
items
.Pop();
400
if (this.
items
.Count > 0)
404
if (this.
items
.Count > 0)
406
return this.
items
.Pop();
415
if (this.
items
.Count < this.MaxCount)
419
if (this.
items
.Count < this.MaxCount)
421
this.
items
.Push(value);
433
this.
items
.Clear();