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