4 implementations of ISecurePooledObjectUser
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (1)
26
public struct Enumerator : IEnumerator<T>,
ISecurePooledObjectUser
, IStrongEnumerator<T>
System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs (1)
26
public struct Enumerator : IEnumerator<KeyValuePair<TKey, TValue>>,
ISecurePooledObjectUser
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (1)
25
public struct Enumerator : IEnumerator<T>,
ISecurePooledObjectUser
, IStrongEnumerator<T>
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (1)
25
public struct Enumerator : IEnumerator<KeyValuePair<int, TValue>>,
ISecurePooledObjectUser
8 references to ISecurePooledObjectUser
System.Collections.Immutable (8)
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\SecureObjectPool.cs (4)
42
where TCaller :
ISecurePooledObjectUser
110
where TCaller : struct,
ISecurePooledObjectUser
118
where TCaller : struct,
ISecurePooledObjectUser
134
where TCaller : struct,
ISecurePooledObjectUser
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (1)
89
int
ISecurePooledObjectUser
.PoolUserId