2 writes to TargetFramework
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\53\TestPlatformJsonContext.EditorAttachDebuggerPayload.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.EditorAttachDebuggerPayload)obj).TargetFramework = value!,
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
384TargetFramework = attachDebuggerInfo.TargetFramework?.ToString(),
3 references to TargetFramework
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\53\TestPlatformJsonContext.EditorAttachDebuggerPayload.g.cs (2)
80Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.EditorAttachDebuggerPayload)obj).TargetFramework, 129writer.WriteString(PropName_TargetFramework, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.EditorAttachDebuggerPayload)value).TargetFramework);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1474TargetFramework = attachDebuggerPayload.TargetFramework,