3 references to WriteLine
Microsoft.DotNet.Cli.Utils.Tests (3)
StreamForwarderTests.cs (3)
54
TestCapturingAndForwardingHelper(ForwardOptions.
WriteLine
, inputStr, null, expectedWrites);
82
TestCapturingAndForwardingHelper(ForwardOptions.
WriteLine
| ForwardOptions.Capture, inputStr, expectedCaptured, expectedWrites);
97
if ((options & ForwardOptions.
WriteLine
) != 0)