12 references to ByteArray
Microsoft.CodeAnalysis.Workspaces (10)
SerializableBytes.cs (5)
49var chunk = SharedPools.ByteArray.Allocate(); 88SharedPools.ByteArray.Free(chunks[c]); 280SharedPools.ByteArray.Free(chunk); 338var chunk = SharedPools.ByteArray.Allocate(); 360SharedPools.ByteArray.Free(chunks[i]);
TemporaryStorage\TemporaryStorageServiceFactory.cs (2)
380var buffer = SharedPools.ByteArray.Allocate(); 405SharedPools.ByteArray.Free(buffer);
Workspace\Solution\Checksum_Factory.cs (3)
28using var pooledBuffer = SharedPools.ByteArray.GetPooledObject(); 43using var pooledBuffer = SharedPools.ByteArray.GetPooledObject(); 54using var pooledBuffer = SharedPools.ByteArray.GetPooledObject();
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (2)
238var buffer = SharedPools.ByteArray.Allocate(); 248SharedPools.ByteArray.Free(buffer);