6 references to Allocate
Microsoft.CodeAnalysis.PooledObjects.Package (6)
ArrayBuilder.cs (2)
465var builder = s_poolInstance.Allocate(); 750instance = discardLargeInstances ? GetInstance() : s_keepLargeInstancesPool.Allocate();
PooledDelegates.cs (1)
27var obj = DefaultDelegatePool<TPooled>.Instance.Allocate();
PooledDictionary.cs (1)
52var instance = s_poolInstance.Allocate();
PooledHashSet.cs (1)
41var instance = s_poolInstance.Allocate();
PooledStringBuilder.cs (1)
89var builder = s_poolInstance.Allocate();