3 writes to TargetFramework
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\61\TestPlatformJsonContext.TestProcessAttachDebuggerPayload.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProcessAttachDebuggerPayload)obj).TargetFramework = value!,
Serialization\TestProcessAttachDebuggerPayloadConverter.cs (1)
36return new TestProcessAttachDebuggerPayload(processId) { TargetFramework = targetFramework };
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
313TargetFramework = attachDebuggerInfo.TargetFramework?.ToString(),
4 references to TargetFramework
Microsoft.TestPlatform.CommunicationUtilities (4)
_generated\61\TestPlatformJsonContext.TestProcessAttachDebuggerPayload.g.cs (2)
80Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProcessAttachDebuggerPayload)obj).TargetFramework, 109writer.WriteString(PropName_TargetFramework, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProcessAttachDebuggerPayload)value).TargetFramework);
Serialization\TestProcessAttachDebuggerPayloadConverter.cs (1)
44writer.WriteString("TargetFramework", value.TargetFramework);
TestRequestSender.cs (1)
841TargetFramework = attachDebuggerPayload?.TargetFramework,