3 references to s_byteArrayPool
Microsoft.VisualStudio.LanguageServices (3)
Storage\CloudCachePersistentStorage.cs (3)
107
using var bytes =
s_byteArrayPool
.GetPooledObject();
135
using var bytes =
s_byteArrayPool
.GetPooledObject();
180
using var bytes =
s_byteArrayPool
.GetPooledObject();