7 references to Free
Microsoft.CodeAnalysis.PooledObjects.Package (7)
ArrayBuilder.cs (2)
477pool.Free(this); 975_pool?.Free(this);
PooledDelegates.cs (1)
377DefaultDelegatePool<TSelf>.Instance.Free((TSelf)this);
PooledDictionary.cs (1)
41_pool?.Free(this);
PooledHashSet.cs (1)
30_pool?.Free(this);
PooledStringBuilder.cs (2)
47_pool.Free(this); 130_pool.Free(this);