2 references to GetMaxCharCountOrThrowIfHuge
Microsoft.CodeAnalysis (2)
Text\LargeText.cs (1)
65
var maxCharRemainingGuess =
GetMaxCharCountOrThrowIfHuge
(encoding, stream);
Text\SourceText.cs (1)
204
if (
GetMaxCharCountOrThrowIfHuge
(encoding, stream) >= LargeObjectHeapLimitInChars)