2 instantiations of CappedStringWriter
Microsoft.CodeAnalysis.Test.Utilities (2)
Platform\Desktop\DesktopRuntimeEnvironment.cs (2)
411
TextWriter errorOutputWriter = new
CappedStringWriter
(expectedLength);
412
TextWriter outputWriter = new
CappedStringWriter
(expectedLength);