4 writes to FullFrameworkMSBuildPath
Microsoft.NET.TestFramework (4)
ToolsetInfo.cs (4)
92
FullFrameworkMSBuildPath
= null;
110
FullFrameworkMSBuildPath
= oldFullFrameworkMSBuildPath;
304
ret.
FullFrameworkMSBuildPath
= commandLine.FullFrameworkMSBuildPath;
310
ret.
FullFrameworkMSBuildPath
= pathToMSBuild;
6 references to FullFrameworkMSBuildPath
Microsoft.NET.TestFramework (6)
Commands\MSBuildVersionCommand.cs (1)
16
FileName = TestContext.Current.ToolsetUnderTest.
FullFrameworkMSBuildPath
,
ToolsetInfo.cs (5)
66
public bool ShouldUseFullFrameworkMSBuild => !string.IsNullOrEmpty(
FullFrameworkMSBuildPath
);
89
string? oldFullFrameworkMSBuildPath =
FullFrameworkMSBuildPath
;
143
var msbuildBinPath = Path.GetDirectoryName(
FullFrameworkMSBuildPath
);
230
ret.FileName =
FullFrameworkMSBuildPath
;
402
string? fullMSBuildDirectory = Path.GetDirectoryName(
FullFrameworkMSBuildPath
);