8 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)
158
using var pooledObject = SharedPools.
ByteArray
.GetPooledObject();
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (2)
259
var buffer = SharedPools.
ByteArray
.Allocate();
269
SharedPools.
ByteArray
.Free(buffer);