12 references to SecureObjectPool
System.Collections.Immutable (12)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (3)
107
if (!
SecureObjectPool
<Stack<RefAsValueType<Node>>, Enumerator>.TryTake(this, out _stack))
109
_stack =
SecureObjectPool
<Stack<RefAsValueType<Node>>, Enumerator>.PrepNew(this, new Stack<RefAsValueType<Node>>(root.Height));
151
SecureObjectPool
<Stack<RefAsValueType<Node>>, Enumerator>.TryAdd(this, _stack!);
System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs (3)
76
if (!
SecureObjectPool
<Stack<RefAsValueType<Node>>, Enumerator>.TryTake(this, out _stack))
78
_stack =
SecureObjectPool
<Stack<RefAsValueType<Node>>, Enumerator>.PrepNew(this, new Stack<RefAsValueType<Node>>(root.Height));
126
SecureObjectPool
<Stack<RefAsValueType<Node>>, Enumerator>.TryAdd(this, _stack!);
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (3)
88
if (!
SecureObjectPool
<Stack<RefAsValueType<Node>>, Enumerator>.TryTake(this, out _stack))
90
_stack =
SecureObjectPool
<Stack<RefAsValueType<Node>>, Enumerator>.PrepNew(this, new Stack<RefAsValueType<Node>>(root.Height));
137
SecureObjectPool
<Stack<RefAsValueType<Node>>, Enumerator>.TryAdd(this, _stack!);
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (3)
62
if (!
SecureObjectPool
<Stack<RefAsValueType<SortedInt32KeyNode<TValue>>>, Enumerator>.TryTake(this, out _stack))
64
_stack =
SecureObjectPool
<Stack<RefAsValueType<SortedInt32KeyNode<TValue>>>, Enumerator>.PrepNew(this, new Stack<RefAsValueType<SortedInt32KeyNode<TValue>>>(root.Height));
112
SecureObjectPool
<Stack<RefAsValueType<SortedInt32KeyNode<TValue>>>, Enumerator>.TryAdd(this, _stack!);