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