3 references to MaxPooledByteArrayLength
Microsoft.CodeAnalysis.Workspaces (3)
Storage\SQLite\v2\Interop\SqlConnection.cs (1)
327if (length <= SQLitePersistentStorage.MaxPooledByteArrayLength)
Storage\SQLite\v2\SQLitePersistentStorage_Helpers.cs (2)
26if (length <= MaxPooledByteArrayLength) 102bytes = new byte[MaxPooledByteArrayLength];