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