6 references to ByteArray
Microsoft.CodeAnalysis.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (5)
46
var chunk = SharedPools.
ByteArray
.Allocate();
85
SharedPools.
ByteArray
.Free(chunks[c]);
261
SharedPools.
ByteArray
.Free(chunk);
314
var chunk = SharedPools.
ByteArray
.Allocate();
342
SharedPools.
ByteArray
.Free(chunks[i]);
TemporaryStorage\TemporaryStorageService.cs (1)
157
using var pooledObject = SharedPools.
ByteArray
.GetPooledObject();