4 implementations of Free
Microsoft.CodeAnalysis.CodeStyle (4)
src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
754void IPooled.Free(bool discardLargeInstances)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledDictionary.cs (1)
16void IPooled.Free(bool discardLargeInstance)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledHashSet.cs (1)
18void IPooled.Free(bool discardLargeInstance)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledStringBuilder.cs (1)
25void IPooled.Free(bool discardLargeInstances)