10 writes to FullToolName
Microsoft.Build.Utilities.UnitTests (10)
ToolTask_Tests.cs (10)
169t.FullToolName = Path.Combine(systemPath, NativeMethodsShared.IsWindows ? "attrib.exe" : "ps"); 402t.FullToolName = NativeMethodsShared.IsWindows ? "c:\\baz\\foo.exe" : "/baz/foo.exe"; 423t.FullToolName = shellName; 450t.FullToolName = "doesnotexist.exe"; 471t.FullToolName = toolName; 498t.FullToolName = NativeMethodsShared.IsWindows ? "findstr.exe" : "grep"; 526t.FullToolName = NativeMethodsShared.IsWindows ? "findstr.exe" : "grep"; 549t.FullToolName = toolName; 737FullToolName = toolName, 1570tool.FullToolName = toolFullPath;