2 references to TestProcessAttachDebuggerPayload
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestProcessAttachDebuggerPayloadConverter.cs (1)
36
return new
TestProcessAttachDebuggerPayload
(processId) { TargetFramework = targetFramework };
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
311
new
TestProcessAttachDebuggerPayload
(attachDebuggerInfo.ProcessId)