3 references to GetMaxCharCountOrThrowIfHuge
Microsoft.CodeAnalysis (3)
EncodedStringText.cs (1)
142
if (encoding.
GetMaxCharCountOrThrowIfHuge
(data) < LargeObjectHeapLimitInChars)
Text\LargeText.cs (1)
64
var maxCharRemainingGuess = encoding.
GetMaxCharCountOrThrowIfHuge
(stream);
Text\SourceText.cs (1)
193
if (encoding.
GetMaxCharCountOrThrowIfHuge
(stream) >= LargeObjectHeapLimitInChars)