6 references to s_byteArrayPool
Microsoft.CodeAnalysis.Workspaces (6)
Storage\SQLite\v2\SQLitePersistentStorage_Helpers.cs (6)
95lock (s_byteArrayPool) 97if (s_byteArrayPool.Count > 0) 99bytes = s_byteArrayPool.Pop(); 113lock (s_byteArrayPool) 115if (s_byteArrayPool.Count < MaxPooledByteArrays) 117s_byteArrayPool.Push(bytes);