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)
51var processStdErrorStr = _processStdError.ToString(); 79_processStdError.AppendSafeWithNewLine(data);