2 writes to Sources
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\53\TestPlatformJsonContext.EditorAttachDebuggerPayload.g.cs (1)
101
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.EditorAttachDebuggerPayload)obj).
Sources
= value!,
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
383
Sources
= attachDebuggerInfo.Sources,
3 references to Sources
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\53\TestPlatformJsonContext.EditorAttachDebuggerPayload.g.cs (2)
100
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.EditorAttachDebuggerPayload)obj).
Sources
,
131
ICollectionStringSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.EditorAttachDebuggerPayload)value).
Sources
);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1475
Sources = attachDebuggerPayload.
Sources
,