3 references to TestProcessAttachDebuggerPayload
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\61\TestPlatformJsonContext.TestProcessAttachDebuggerPayload.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.
TestProcessAttachDebuggerPayload
((int)args[0]),
Serialization\TestProcessAttachDebuggerPayloadConverter.cs (1)
36
return new
TestProcessAttachDebuggerPayload
(processId) { TargetFramework = targetFramework };
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
311
new
TestProcessAttachDebuggerPayload
(attachDebuggerInfo.ProcessId)