1 write to _testHostProcessStdOut
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
833
_testHostProcessStdOut
= new StringBuilder(0, CoreUtilities.Constants.StandardErrorMaxLength);
2 references to _testHostProcessStdOut
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DotnetTestHostManager.cs (2)
190
TPDebug.Assert(
_testHostProcessStdOut
is not null, "LaunchTestHostAsync must have been called before OutputReceivedCallback");
192
_testHostManagerCallbacks.StandardOutputReceivedCallback(
_testHostProcessStdOut
, data);