Implemented interface member:
method
LaunchProcessWithDebuggerAttached
Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.IInternalTestRunEventsHandler.LaunchProcessWithDebuggerAttached(Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProcessStartInfo)
1 override of LaunchProcessWithDebuggerAttached
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyExecutionManagerWithDataCollection.cs (1)
159public override int LaunchProcessWithDebuggerAttached(TestProcessStartInfo testProcessStartInfo)
1 reference to LaunchProcessWithDebuggerAttached
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyExecutionManagerWithDataCollection.cs (1)
178return base.LaunchProcessWithDebuggerAttached(testProcessStartInfo);