3 references to s_byteArrayPool
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
CloudCachePersistentStorage.cs (3)
107
using var bytes =
s_byteArrayPool
.GetPooledObject();
135
using var bytes =
s_byteArrayPool
.GetPooledObject();
180
using var bytes =
s_byteArrayPool
.GetPooledObject();