5 references to Free
Microsoft.CodeAnalysis.PooledObjects.Package (5)
ArrayBuilder.cs (1)
447pool.Free(this);
PooledDelegates.cs (1)
375DefaultDelegatePool<TSelf>.Instance.Free((TSelf)this);
PooledDictionary.cs (1)
36_pool?.Free(this);
PooledHashSet.cs (1)
25_pool?.Free(this);
PooledStringBuilder.cs (1)
42_pool.Free(this);