2 writes to _targetFramework
Microsoft.NET.TestFramework (2)
Commands\GetValuesCommand.cs (2)
38_targetFramework = targetFramework; 49_targetFramework = targetFramework ?? OutputPathCalculator.FromProject(ProjectFile, testAsset).TargetFramework ?? string.Empty;
2 references to _targetFramework
Microsoft.NET.TestFramework (2)
Commands\GetValuesCommand.cs (2)
139var outputDirectory = GetValuesOutputDirectory(_targetFramework); 153var outputDirectory = GetValuesOutputDirectory(_targetFramework, Configuration ?? "Debug");