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