3 implementations of LaunchProcessWithDebuggerAttached
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\FrameworkHandle.cs (1)
73
public int
LaunchProcessWithDebuggerAttached
(string filePath, string? workingDirectory, string? arguments, IDictionary<string, string?>? environmentVariables)
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
118
public int
LaunchProcessWithDebuggerAttached
(string filePath, string? workingDirectory, string? arguments, IDictionary<string, string?>? environmentVariables)
ExtensionDecorators\SerialTestRunDecoratorFrameworkHandle.cs (1)
28
public int
LaunchProcessWithDebuggerAttached
(string filePath, string? workingDirectory, string? arguments, IDictionary<string, string?>? environmentVariables)
2 references to LaunchProcessWithDebuggerAttached
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
119
=> _frameworkHandle.
LaunchProcessWithDebuggerAttached
(filePath, workingDirectory, arguments, environmentVariables);
ExtensionDecorators\SerialTestRunDecoratorFrameworkHandle.cs (1)
29
=> _frameworkHandle.
LaunchProcessWithDebuggerAttached
(filePath, workingDirectory, arguments, environmentVariables);