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)
39
throw new Exception($"Test produced more output than expected ({
_expectedLength
} characters). Is it in an infinite loop? Output so far:\r\n{GetStringBuilder()}");