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