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)
49item.Owner = SecureObjectPool.UnassignedId; 56if (caller.PoolUserId != SecureObjectPool.UnassignedId && AllocFreeConcurrentStack<SecurePooledObject<T>>.TryTake(out item))
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (1)
58_poolUserId = SecureObjectPool.NewId();