4 references to TryUse
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (1)
148
if (_stack != null && _stack.
TryUse
(ref this, out Stack<RefAsValueType<Node>>? stack))
System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs (1)
123
if (_stack != null && _stack.
TryUse
(ref this, out Stack<RefAsValueType<Node>>? stack))
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (1)
134
if (_stack != null && _stack.
TryUse
(ref this, out Stack<RefAsValueType<Node>>? stack))
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (1)
109
if (_stack != null && _stack.
TryUse
(ref this, out Stack<RefAsValueType<SortedInt32KeyNode<TValue>>>? stack))