1 write to _processStdError
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\DataCollectionLauncher.cs (1)
40
_processStdError
= new StringBuilder(0, CoreUtilities.Constants.StandardErrorMaxLength);
2 references to _processStdError
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\DataCollectionLauncher.cs (2)
51
var processStdErrorStr =
_processStdError
.ToString();
79
_processStdError
.AppendSafeWithNewLine(data);