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)
139
var outputDirectory = GetValuesOutputDirectory(
_targetFramework
);
153
var outputDirectory = GetValuesOutputDirectory(
_targetFramework
, Configuration ?? "Debug");