7 references to Allocate
Microsoft.CodeAnalysis.PooledObjects.Package (7)
ArrayBuilder.cs (2)
492
var builder = s_poolInstance.
Allocate
();
960
instance = discardLargeInstances ? GetInstance() : s_keepLargeInstancesPool.
Allocate
();
PooledDelegates.cs (1)
29
var obj = DefaultDelegatePool<TPooled>.Instance.
Allocate
();
PooledDictionary.cs (1)
57
var instance = s_poolInstance.
Allocate
();
PooledHashSet.cs (1)
46
var instance = s_poolInstance.
Allocate
();
PooledStringBuilder.cs (2)
94
var builder = s_poolInstance.
Allocate
();
114
var pooledInstance = discardLargeInstances ? GetInstance() : s_keepLargeInstancesPool.
Allocate
();