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