9 writes to FullToolName
Microsoft.Build.Utilities.UnitTests (9)
ToolTask_Tests.cs (9)
168t.FullToolName = Path.Combine(systemPath, NativeMethodsShared.IsWindows ? "attrib.exe" : "ps"); 401t.FullToolName = NativeMethodsShared.IsWindows ? "c:\\baz\\foo.exe" : "/baz/foo.exe"; 422t.FullToolName = shellName; 449t.FullToolName = "doesnotexist.exe"; 470t.FullToolName = toolName; 497t.FullToolName = NativeMethodsShared.IsWindows ? "findstr.exe" : "grep"; 525t.FullToolName = NativeMethodsShared.IsWindows ? "findstr.exe" : "grep"; 548t.FullToolName = toolName; 736FullToolName = toolName,