6 writes to TargetFramework
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
841TargetFramework = attachDebuggerPayload?.TargetFramework,
Microsoft.TestPlatform.CrossPlatEngine (2)
Adapter\FrameworkHandle.cs (1)
111TargetFramework = fmw,
Client\ProxyExecutionManager.cs (1)
409attachDebuggerInfo.TargetFramework ??= _proxyOperationManager?.TestHostManagerFramework?.ToString();
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
422ITestHostLauncher3 launcher3 => launcher3.AttachDebuggerToProcess(new AttachDebuggerInfo { ProcessId = _testHostProcess.Id, TargetFramework = _targetFramework.ToString() }, CancellationToken.None),
Hosting\DotnetTestHostManager.cs (1)
795ITestHostLauncher3 launcher3 => launcher3.AttachDebuggerToProcess(new AttachDebuggerInfo { ProcessId = _testHostProcess.Id, TargetFramework = _targetFramework.ToString() }, CancellationToken.None),
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1474TargetFramework = attachDebuggerPayload.TargetFramework,
2 references to TargetFramework
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
313TargetFramework = attachDebuggerInfo.TargetFramework?.ToString(),
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
384TargetFramework = attachDebuggerInfo.TargetFramework?.ToString(),