2 writes to TargetFramework
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestProcessAttachDebuggerPayloadConverter.cs (1)
36
return new TestProcessAttachDebuggerPayload(processId) {
TargetFramework
= targetFramework };
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
313
TargetFramework
= attachDebuggerInfo.TargetFramework?.ToString(),
2 references to TargetFramework
Microsoft.TestPlatform.CommunicationUtilities (2)
Serialization\TestProcessAttachDebuggerPayloadConverter.cs (1)
44
writer.WriteString("TargetFramework", value.
TargetFramework
);
TestRequestSender.cs (1)
841
TargetFramework = attachDebuggerPayload?.
TargetFramework
,