3 writes to ErrorMessage
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\33\TestPlatformJsonContext.EditorAttachDebuggerAckPayload.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.EditorAttachDebuggerAckPayload)obj).ErrorMessage = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
1458ErrorMessage = null 1514ackPayload.ErrorMessage = ex.Message;
3 references to ErrorMessage
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\33\TestPlatformJsonContext.EditorAttachDebuggerAckPayload.g.cs (2)
80Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.EditorAttachDebuggerAckPayload)obj).ErrorMessage, 109writer.WriteString(PropName_ErrorMessage, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.EditorAttachDebuggerAckPayload)value).ErrorMessage);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
400EqtTrace.Warning($"DesignModeClient.AttachDebuggerToProcess: Attaching to process failed: {ackPayload.ErrorMessage}");