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