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