8 references to SharedPools
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (8)
20private const int ChunkSize = SharedPools.ByteBufferSize; 46var chunk = SharedPools.ByteArray.Allocate(); 85SharedPools.ByteArray.Free(chunks[c]); 261SharedPools.ByteArray.Free(chunk); 282: base(length: 0, chunks: SharedPools.BigDefault<List<byte[]>>().AllocateAndClear()) 314var chunk = SharedPools.ByteArray.Allocate(); 342SharedPools.ByteArray.Free(chunks[i]); 404SharedPools.BigDefault<List<byte[]>>().ClearAndFree(temp);