8 references to Free
Test.Utilities (8)
ArrayBuilder.cs (1)
317
pool.
Free
(this, CancellationToken.None);
PooledConcurrentDictionary.cs (1)
44
_pool?.
Free
(this, cancellationToken);
PooledDictionary.cs (3)
42
_pool?.
Free
(this, CancellationToken.None);
61
_pool?.
Free
(this, CancellationToken.None);
75
_pool?.
Free
(this, cancellationToken);
PooledHashSet.cs (2)
37
_pool?.
Free
(this, cancellationToken);
53
_pool?.
Free
(this, CancellationToken.None);
PooledSortedSet.cs (1)
39
_pool?.
Free
(this, cancellationToken);