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