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