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