1 write to TargetFramework
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
853runConfiguration.TargetFramework = frameworkType;
12 references to TargetFramework
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\BaseRunTests.cs (1)
682string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.ExecutionThreadApartmentStateNotSupportedForFramework, _runConfiguration.TargetFramework!.ToString()));
TestEngine.cs (1)
643runConfiguration.TargetFramework!.Name.IndexOf("netframework", StringComparison.OrdinalIgnoreCase) >= 0)
Microsoft.TestPlatform.TestHostRuntimeProvider (4)
Hosting\DefaultTestHostManager.cs (2)
363var framework = config.TargetFramework; 383_targetFramework = runConfiguration.TargetFramework;
Hosting\DotnetTestHostManager.cs (2)
206_targetFramework = runConfiguration.TargetFramework; 766var framework = config.TargetFramework;
Microsoft.VisualStudio.TestPlatform.Common (3)
DataCollection\DataCollectorInformation.cs (1)
127var frameWork = XmlRunSettingsUtilities.GetRunConfigurationNode(SettingsXml).TargetFramework;
Utilities\FakesUtilities.cs (1)
66var targetFramework = XmlRunSettingsUtilities.GetRunConfigurationNode(runSettingsXml)?.TargetFramework;
Utilities\RunSettingsUtilities.cs (1)
61return runConfiguration.TargetFramework;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
532targetFrameworkVersion.InnerXml = TargetFramework?.ToString()!;
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
1396runConfiguration.TargetFramework!.Name);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1396runConfiguration.TargetFramework!.Name);