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