3 references to Allocate
System.Reflection.Metadata (3)
System\Reflection\Internal\Utilities\PooledStringBuilder.cs (1)
66
var builder = s_poolInstance.
Allocate
();
System\Reflection\Metadata\PooledBlobBuilder.cs (2)
22
return s_chunkPool.
Allocate
();
29
return s_chunkPool.
Allocate
();