4 implementations of PoolUserId
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (1)
117int ISecurePooledObjectUser.PoolUserId => _poolUserId;
System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs (1)
103int ISecurePooledObjectUser.PoolUserId
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (1)
97int ISecurePooledObjectUser.PoolUserId
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (1)
89int ISecurePooledObjectUser.PoolUserId
5 references to PoolUserId
System.Collections.Immutable (5)
System\Collections\Immutable\SecureObjectPool.cs (5)
47if (caller.PoolUserId == item.Owner) 56if (caller.PoolUserId != SecureObjectPool.UnassignedId && AllocFreeConcurrentStack<SecurePooledObject<T>>.TryTake(out item)) 58item.Owner = caller.PoolUserId; 72pooledObject.Owner = caller.PoolUserId; 136return caller.PoolUserId == _owner;