3 references to Capture
Microsoft.DotNet.Cli.Utils.Tests (3)
StreamForwarderTests.cs (3)
68TestCapturingAndForwardingHelper(ForwardOptions.Capture, inputStr, expectedCaptured, new string[0]); 82TestCapturingAndForwardingHelper(ForwardOptions.WriteLine | ForwardOptions.Capture, inputStr, expectedCaptured, expectedWrites); 101if ((options & ForwardOptions.Capture) != 0)