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