1 reference to LargeObjectHeapLimitInChars
Microsoft.CodeAnalysis (1)
EncodedStringText.cs (1)
187
if (encoding.TryGetMaxCharCount(data.Length, out int maxCharCount) && maxCharCount <
LargeObjectHeapLimitInChars
)