1 reference to LargeObjectHeapLimitInChars
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\EncodedStringText.cs (1)
142
if (encoding.TryGetMaxCharCount(data.Length, out int maxCharCount) && maxCharCount <
LargeObjectHeapLimitInChars
)