6 references to s_byteArrayPool
Microsoft.CodeAnalysis.Workspaces (6)
Storage\SQLite\v2\SQLitePersistentStorage_Helpers.cs (6)
94lock (s_byteArrayPool) 96if (s_byteArrayPool.Count > 0) 98bytes = s_byteArrayPool.Pop(); 112lock (s_byteArrayPool) 114if (s_byteArrayPool.Count < MaxPooledByteArrays) 116s_byteArrayPool.Push(bytes);