6 references to IsOwned
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (1)
248if (_root == null || (_stack != null && !_stack.IsOwned(ref this)))
System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs (1)
185if (_root == null || (_stack != null && !_stack.IsOwned(ref this)))
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (1)
191if (_root == null || (_stack != null && !_stack.IsOwned(ref this)))
System\Collections\Immutable\SecureObjectPool.cs (2)
112if (!IsOwned(ref caller)) 120if (IsOwned(ref caller))
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (1)
169if (_root == null || (_stack != null && !_stack.IsOwned(ref this)))