8 writes to FullToolName
Microsoft.Build.Utilities.UnitTests (8)
ToolTask_Tests.cs (8)
166t.FullToolName = Path.Combine(systemPath, NativeMethodsShared.IsWindows ? "attrib.exe" : "ps"); 361t.FullToolName = NativeMethodsShared.IsWindows ? "c:\\baz\\foo.exe" : "/baz/foo.exe"; 382t.FullToolName = shellName; 409t.FullToolName = "doesnotexist.exe"; 430t.FullToolName = toolName; 457t.FullToolName = NativeMethodsShared.IsWindows ? "findstr.exe" : "grep"; 485t.FullToolName = NativeMethodsShared.IsWindows ? "findstr.exe" : "grep"; 669FullToolName = toolName,