2 writes to FullFrameworkMSBuildPath
Microsoft.NET.TestFramework (2)
TestCommandLine.cs (2)
57ret.FullFrameworkMSBuildPath = argStack.Pop(); 127ret.FullFrameworkMSBuildPath = msbuildPath;
3 references to FullFrameworkMSBuildPath
Microsoft.NET.TestFramework (3)
TestCommandLine.cs (1)
121if (string.IsNullOrEmpty(ret.FullFrameworkMSBuildPath))
ToolsetInfo.cs (2)
302if (!string.IsNullOrEmpty(commandLine.FullFrameworkMSBuildPath)) 304ret.FullFrameworkMSBuildPath = commandLine.FullFrameworkMSBuildPath;