10 writes to FullToolName
Microsoft.Build.Utilities.UnitTests (10)
ToolTask_Tests.cs (10)
169t.FullToolName = Path.Combine(systemPath, NativeMethodsShared.IsWindows ? "attrib.exe" : "ps"); 400t.FullToolName = NativeMethodsShared.IsWindows ? "c:\\baz\\foo.exe" : "/baz/foo.exe"; 421t.FullToolName = shellName; 448t.FullToolName = "doesnotexist.exe"; 469t.FullToolName = toolName; 496t.FullToolName = NativeMethodsShared.IsWindows ? "findstr.exe" : "grep"; 524t.FullToolName = NativeMethodsShared.IsWindows ? "findstr.exe" : "grep"; 547t.FullToolName = toolName; 735FullToolName = toolName, 1564tool.FullToolName = toolFullPath;