4 implementations of Free
Microsoft.CodeAnalysis.PooledObjects.Package (4)
ArrayBuilder.cs (1)
964
void IPooled.
Free
(bool discardLargeInstances)
PooledDictionary.cs (1)
70
void IPooled.
Free
(bool discardLargeInstance)
PooledHashSet.cs (1)
59
void IPooled.
Free
(bool discardLargeInstance)
PooledStringBuilder.cs (1)
119
void IPooled.
Free
(bool discardLargeInstances)
1 reference to Free
Microsoft.CodeAnalysis.PooledObjects.Package (1)
PooledDisposer.cs (1)
18
=> instance?.
Free
(discardLargeInstances);