6 references to SecureObjectPool
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (1)
103
_poolUserId =
SecureObjectPool
.NewId();
System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs (1)
72
_poolUserId =
SecureObjectPool
.NewId();
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (1)
86
_poolUserId =
SecureObjectPool
.NewId();
System\Collections\Immutable\SecureObjectPool.cs (2)
49
item.Owner =
SecureObjectPool
.UnassignedId;
56
if (caller.PoolUserId !=
SecureObjectPool
.UnassignedId && AllocFreeConcurrentStack<SecurePooledObject<T>>.TryTake(out item))
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (1)
58
_poolUserId =
SecureObjectPool
.NewId();