5 references to ByteArray
Microsoft.CodeAnalysis.CodeStyle (5)
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]);