2 writes to _expectedLength
Microsoft.CodeAnalysis.Test.Utilities (2)
FX\CappedStringWriter.cs (2)
28_expectedLength = _remaining = 1024 * 1024; 32_expectedLength = expectedLength;
1 reference to _expectedLength
Microsoft.CodeAnalysis.Test.Utilities (1)
FX\CappedStringWriter.cs (1)
39throw new Exception($"Test produced more output than expected ({_expectedLength} characters). Is it in an infinite loop? Output so far:\r\n{GetStringBuilder()}");