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