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