2 references to ErrorReceivedCallback
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\DefaultDataCollectionLauncher.cs (1)
71
var dataCollectorProcess = _processHelper.LaunchProcess(dataCollectorProcessPath, argumentsString, Directory.GetCurrentDirectory(), environmentVariables,
ErrorReceivedCallback
, ExitCallBack, null);
DataCollection\DotnetDataCollectionLauncher.cs (1)
105
var dataCollectorProcess = _processHelper.LaunchProcess(currentProcessFileName, argumentsString, Directory.GetCurrentDirectory(), environmentVariables,
ErrorReceivedCallback
, ExitCallBack, null);