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