6 instantiations of AttachDebuggerInfo
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
838return new AttachDebuggerInfo
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\FrameworkHandle.cs (1)
108var attachDebuggerInfo = new AttachDebuggerInfo
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
422ITestHostLauncher3 launcher3 => launcher3.AttachDebuggerToProcess(new AttachDebuggerInfo { ProcessId = _testHostProcess.Id, TargetFramework = _targetFramework.ToString() }, CancellationToken.None),
Hosting\DotnetTestHostManager.cs (1)
795ITestHostLauncher3 launcher3 => launcher3.AttachDebuggerToProcess(new AttachDebuggerInfo { ProcessId = _testHostProcess.Id, TargetFramework = _targetFramework.ToString() }, CancellationToken.None),
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
1471var attachDebuggerInfo = new AttachDebuggerInfo 1496ackPayload.Attached = launcher3.AttachDebuggerToProcess(new AttachDebuggerInfo { ProcessId = pid }, CancellationToken.None);
16 references to AttachDebuggerInfo
Microsoft.TestPlatform.CommunicationUtilities (4)
EventHandlers\TestRunEventsHandler.cs (1)
102public bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo)
Interfaces\ITestRequestHandler.cs (1)
96bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo);
TestRequestSender.cs (2)
583AttachDebuggerInfo attachDebugerInfo = MessageConverter.ConvertToAttachDebuggerInfo(testProcessAttachDebuggerPayload, message, _protocolVersion); 831internal static AttachDebuggerInfo ConvertToAttachDebuggerInfo(TestProcessAttachDebuggerPayload attachDebuggerPayload, Message message, int protocolVersion)
Microsoft.TestPlatform.CrossPlatEngine (5)
Adapter\FrameworkHandle.cs (1)
108var attachDebuggerInfo = new AttachDebuggerInfo
Client\Parallel\ParallelRunEventsHandler.cs (1)
196public bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo)
Client\ProxyExecutionManager.cs (1)
404public bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo)
DataCollection\DataCollectionTestRunEventsHandler.cs (1)
186public bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo)
EventHandlers\TestRequestHandler.cs (1)
290public bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo)
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1471var attachDebuggerInfo = new AttachDebuggerInfo
Microsoft.VisualStudio.TestPlatform.Client (4)
DesignMode\DesignModeClient.cs (1)
352public bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo, CancellationToken cancellationToken)
DesignMode\DesignModeTestHostLauncher.cs (1)
45public bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo, CancellationToken cancellationToken)
DesignMode\IDesignModeClient.cs (1)
40bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo, CancellationToken cancellationToken);
Execution\TestRunRequest.cs (1)
658public bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo)
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Client\Interfaces\IInternalTestRunEventsHandler.cs (1)
44bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo);
Client\Interfaces\ITestHostLauncher3.cs (1)
16bool AttachDebuggerToProcess(AttachDebuggerInfo attachDebuggerInfo, CancellationToken cancellationToken);